ACPI / LPSS: Make acpi_lpss_find_device() also find PCI devices
[linux/fpc-iii.git] / arch / x86 / include / asm / ia32_unistd.h
blobaa065c94ccf540bf562bcc585f0ae1a4e9803708
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_IA32_UNISTD_H
3 #define _ASM_X86_IA32_UNISTD_H
5 /*
6 * This file contains the system call numbers of the ia32 compat ABI,
7 * this is for the kernel only.
8 */
9 #define __SYSCALL_ia32_NR(x) (x)
10 #include <asm/unistd_32_ia32.h>
12 #endif /* _ASM_X86_IA32_UNISTD_H */