#include <types.h>#include <broadway/bootmii_ppc.h>#include <broadway/hollywood.h>#include <broadway/irq.h>#include <broadway/ipc.h>#include <broadway/mini_ipc.h>#include <broadway/mi.h>#include <broadway/exi.h>#include <broadway/ai.h>#include <broadway/di.h>#include <broadway/paired.h>#include <broadway/dsp.h>#include <broadway/gpio.h>#include <console.h>#include <gecko.h>#include <input.h>#include <ipc_common.h>#include <lists.h>#include <sha1.h>#include <video_low.h>Go to the source code of this file.
Defines | |
| #define | ATTRIBUTE_ALIGN(n) __attribute__((aligned (n))) |
| Aligns a part of memory. | |
Includes all of libbroadway for your convenience, as well as defines a nice alignment macro.
| #define ATTRIBUTE_ALIGN | ( | n | ) | __attribute__((aligned (n))) |
Aligns a part of memory.
| n | the byte-mark to align to. |
1.6.3