2 Copyright C 2003, The AROS Development Team. All rights reserved
5 Desc: Some usefull macros
12 #define STDCALL /* eps */
13 #define SYSCALL /* eps */
15 #define NORETURN __attribute__((noreturn))
17 #define PACKED __attribute__((packed))
19 #define STACKPARM __attribute__((stackparm))
21 #define SECTION_CODE __attribute__((section(".text")))
23 #define SECTION_DATA __attribute__((section(".data")))
25 #endif /* ASM_MACROS_H */