xref: /aosp_15_r20/bionic/libc/kernel/uapi/asm-x86/asm/unistd.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_ASM_X86_UNISTD_H
8 #define _UAPI_ASM_X86_UNISTD_H
9 #define __X32_SYSCALL_BIT 0x40000000
10 #ifdef __i386__
11 #include <asm/unistd_32.h>
12 #elif defined(__ILP32__)
13 #include <asm/unistd_x32.h>
14 #else
15 #include <asm/unistd_64.h>
16 #endif
17 #endif
18