bitsperlong.h 239 B

12345678910111213
  1. #ifndef __ASM_PARISC_BITSPERLONG_H
  2. #define __ASM_PARISC_BITSPERLONG_H
  3. #if defined(__LP64__)
  4. #define __BITS_PER_LONG 64
  5. #else
  6. #define __BITS_PER_LONG 32
  7. #endif
  8. #include <asm-generic/bitsperlong.h>
  9. #endif /* __ASM_PARISC_BITSPERLONG_H */