Go to the documentation of this file. 1 #ifndef __ASM_GENERIC_BITS_PER_LONG
2 #define __ASM_GENERIC_BITS_PER_LONG
8 #define BITS_PER_LONG 64
10 #define BITS_PER_LONG 32
17 #if 0 && BITS_PER_LONG != __BITS_PER_LONG
18 #error Inconsistent word size. Check asm/bitsperlong.h
21 #ifndef BITS_PER_LONG_LONG
22 #define BITS_PER_LONG_LONG 64