Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
[linux-2.6/mini2440.git] / arch / ia64 / include / asm / 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