RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-ia64 / linkage.h
blobef22a45c1890bf26eb8f82a8f15c5e5f8f65c5f8
1 #ifndef __ASM_LINKAGE_H
2 #define __ASM_LINKAGE_H
4 #ifndef __ASSEMBLY__
6 #define asmlinkage CPP_ASMLINKAGE __attribute__((syscall_linkage))
8 #else
10 #include <asm/asmmacro.h>
12 #endif
14 #endif