]> git.proxmox.com Git - mirror_qemu.git/blame - linux-headers/asm-x86/unistd.h
qga: Make qemu-ga compile statically for Windows
[mirror_qemu.git] / linux-headers / asm-x86 / unistd.h
CommitLineData
1842bdfd
MAL
1#ifndef _ASM_X86_UNISTD_H
2#define _ASM_X86_UNISTD_H
3
4/* x32 syscall flag bit */
5#define __X32_SYSCALL_BIT 0x40000000
6
7# ifdef __i386__
8# include <asm/unistd_32.h>
9# elif defined(__ILP32__)
10# include <asm/unistd_x32.h>
11# else
12# include <asm/unistd_64.h>
13# endif
14
15#endif /* _ASM_X86_UNISTD_H */