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_BITS_PER_LONG
8*cda5da8dSAndroid Build Coastguard Worker #define _UAPI__ASM_GENERIC_BITS_PER_LONG
9*cda5da8dSAndroid Build Coastguard Worker #ifndef __BITS_PER_LONG
10*cda5da8dSAndroid Build Coastguard Worker #if defined(__CHAR_BIT__) && defined(__SIZEOF_LONG__)
11*cda5da8dSAndroid Build Coastguard Worker #define __BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__)
12*cda5da8dSAndroid Build Coastguard Worker #else
13*cda5da8dSAndroid Build Coastguard Worker #define __BITS_PER_LONG 32
14*cda5da8dSAndroid Build Coastguard Worker #endif
15*cda5da8dSAndroid Build Coastguard Worker #endif
16*cda5da8dSAndroid Build Coastguard Worker #ifndef __BITS_PER_LONG_LONG
17*cda5da8dSAndroid Build Coastguard Worker #define __BITS_PER_LONG_LONG 64
18*cda5da8dSAndroid Build Coastguard Worker #endif
19*cda5da8dSAndroid Build Coastguard Worker #endif
20