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