5 #define __attribute_const__ __attribute__((__const__))
9 #define __packed __attribute__((packed))
13 #define __aligned(alignment) __attribute__((aligned(alignment)))
17 #define __unused __attribute__((unused))
22 #define __section(name) __attribute__((section(name)))
25 /* force placement in zero-waitstate memory */
26 #define __ramtext __section(".ramtext")
28 #endif /* !_DEFINES_H */