linkage.h 188 B

1234567891011121314
  1. #ifndef __ASM_LINKAGE_H
  2. #define __ASM_LINKAGE_H
  3. #ifndef __ASSEMBLY__
  4. #define asmlinkage CPP_ASMLINKAGE __attribute__((syscall_linkage))
  5. #else
  6. #include <asm/asmmacro.h>
  7. #endif
  8. #endif