ia32_unistd.h 313 B

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