blob: aa065c94ccf540bf562bcc585f0ae1a4e9803708 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
H. Peter Anvin1965aae2008-10-22 22:26:29 -07002#ifndef _ASM_X86_IA32_UNISTD_H
3#define _ASM_X86_IA32_UNISTD_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
5/*
H. Peter Anvin303395a2011-11-11 16:07:41 -08006 * This file contains the system call numbers of the ia32 compat ABI,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * this is for the kernel only.
8 */
H. Peter Anvin303395a2011-11-11 16:07:41 -08009#define __SYSCALL_ia32_NR(x) (x)
10#include <asm/unistd_32_ia32.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
H. Peter Anvin1965aae2008-10-22 22:26:29 -070012#endif /* _ASM_X86_IA32_UNISTD_H */