ACPI: thinkpad-acpi: synchronize input device switches
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.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