Go to the documentation of this file.
12 #ifndef __METAL_IAR_COMPILER__H__
13 #define __METAL_IAR_COMPILER__H__
19 #define restrict __restrict__
20 #define metal_align(n) __attribute__((aligned(n)))
21 #define metal_weak __attribute__((weak))
24 #define METAL_PACKED_BEGIN __packed
25 #define METAL_PACKED_END
28 #define __deprecated __attribute__((deprecated))