1da177e4c3f4
ab7efcc97ebc ^
1 2 3
4 5
6 7
8 9 10 11 12 13
14
#ifndef __ASM_LINKAGE_H #define __ASM_LINKAGE_H #ifndef __ASSEMBLY__ #define asmlinkage CPP_ASMLINKAGE __attribute__((syscall_linkage)) #else #include <asm/asmmacro.h> #endif #endif