blob: b0d5716ca1e4b6fd76b232554e7778c60d5c89c3 [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_IA32_UNISTD_H
2#define _ASM_X86_IA32_UNISTD_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
4/*
H. Peter Anvin303395a2011-11-11 16:07:41 -08005 * This file contains the system call numbers of the ia32 compat ABI,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 * this is for the kernel only.
7 */
H. Peter Anvin303395a2011-11-11 16:07:41 -08008#define __SYSCALL_ia32_NR(x) (x)
9#include <asm/unistd_32_ia32.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
H. Peter Anvin1965aae2008-10-22 22:26:29 -070011#endif /* _ASM_X86_IA32_UNISTD_H */