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_GENERIC_INT_L64_H 8*cda5da8dSAndroid Build Coastguard Worker #define _UAPI_ASM_GENERIC_INT_L64_H 9*cda5da8dSAndroid Build Coastguard Worker #include <asm/bitsperlong.h> 10*cda5da8dSAndroid Build Coastguard Worker #ifndef __ASSEMBLY__ 11*cda5da8dSAndroid Build Coastguard Worker typedef __signed__ char __s8; 12*cda5da8dSAndroid Build Coastguard Worker typedef unsigned char __u8; 13*cda5da8dSAndroid Build Coastguard Worker typedef __signed__ short __s16; 14*cda5da8dSAndroid Build Coastguard Worker typedef unsigned short __u16; 15*cda5da8dSAndroid Build Coastguard Worker typedef __signed__ int __s32; 16*cda5da8dSAndroid Build Coastguard Worker typedef unsigned int __u32; 17*cda5da8dSAndroid Build Coastguard Worker typedef __signed__ long __s64; 18*cda5da8dSAndroid Build Coastguard Worker typedef unsigned long __u64; 19*cda5da8dSAndroid Build Coastguard Worker #endif 20*cda5da8dSAndroid Build Coastguard Worker #endif 21