Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
[linux-2.6/s3c2410-cpufreq.git] / 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