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