]> git.proxmox.com Git - mirror_qemu.git/blame - linux-headers/asm-x86/unistd.h
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200617-pull-request' into...
[mirror_qemu.git] / linux-headers / asm-x86 / unistd.h
CommitLineData
dd873966 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1842bdfd
MAL
2#ifndef _ASM_X86_UNISTD_H
3#define _ASM_X86_UNISTD_H
4
5/* x32 syscall flag bit */
f363d039 6#define __X32_SYSCALL_BIT 0x40000000UL
1842bdfd
MAL
7
8# ifdef __i386__
9# include <asm/unistd_32.h>
10# elif defined(__ILP32__)
11# include <asm/unistd_x32.h>
12# else
13# include <asm/unistd_64.h>
14# endif
15
16#endif /* _ASM_X86_UNISTD_H */