1 #ifndef __ASM_GENERIC_BITS_PER_LONG
2 #define __ASM_GENERIC_BITS_PER_LONG
4 #include <uapi/asm-generic/bitsperlong.h>
7 #define BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__)
9 #define BITS_PER_LONG __WORDSIZE
12 #if BITS_PER_LONG != __BITS_PER_LONG
13 #error Inconsistent word size. Check asm/bitsperlong.h
16 #ifndef BITS_PER_LONG_LONG
17 #define BITS_PER_LONG_LONG 64
20 #endif /* __ASM_GENERIC_BITS_PER_LONG */