bitsperlong.h 179 B

12345678
  1. #ifndef __ASM_GENERIC_BITS_PER_LONG
  2. #define __ASM_GENERIC_BITS_PER_LONG
  3. #ifndef BITS_PER_LONG_LONG
  4. #define BITS_PER_LONG_LONG 64
  5. #endif
  6. #endif /* __ASM_GENERIC_BITS_PER_LONG */