]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/ia32_unistd.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / ia32_unistd.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1965aae3
PA
2#ifndef _ASM_X86_IA32_UNISTD_H
3#define _ASM_X86_IA32_UNISTD_H
1da177e4
LT
4
5/*
303395ac 6 * This file contains the system call numbers of the ia32 compat ABI,
1da177e4
LT
7 * this is for the kernel only.
8 */
303395ac
PA
9#define __SYSCALL_ia32_NR(x) (x)
10#include <asm/unistd_32_ia32.h>
1da177e4 11
1965aae3 12#endif /* _ASM_X86_IA32_UNISTD_H */