ia32_unistd.h 274 B

123456789101112
  1. #ifndef _ASM_X86_IA32_UNISTD_H
  2. #define _ASM_X86_IA32_UNISTD_H
  3. /*
  4. * This file contains the system call numbers of the ia32 compat ABI,
  5. * this is for the kernel only.
  6. */
  7. #define __SYSCALL_ia32_NR(x) (x)
  8. #include <asm/unistd_32_ia32.h>
  9. #endif /* _ASM_X86_IA32_UNISTD_H */