162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _ASM_X86_IA32_UNISTD_H 362306a36Sopenharmony_ci#define _ASM_X86_IA32_UNISTD_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* 662306a36Sopenharmony_ci * This file contains the system call numbers of the ia32 compat ABI, 762306a36Sopenharmony_ci * this is for the kernel only. 862306a36Sopenharmony_ci */ 962306a36Sopenharmony_ci#define __SYSCALL_ia32_NR(x) (x) 1062306a36Sopenharmony_ci#include <asm/unistd_32_ia32.h> 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* _ASM_X86_IA32_UNISTD_H */ 13