Updated PCI IDs to latest snapshot.
[tangerine.git] / arch / ppc-all / common / include / asm / macros.h
blobb0c7e21cd291b4fc5f1a529ae7e456354994c2cd
1 /*
2 Copyright C 2003, The AROS Development Team. All rights reserved
3 $Id$
5 Desc: Some usefull macros
6 Lang: English
7 */
9 #ifndef ASM_MACROS_H
10 #define ASM_MACROS_H
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 */