bitsperlong.h 230 B

1234567891011121314
  1. #ifndef __ASM_S390_BITSPERLONG_H
  2. #define __ASM_S390_BITSPERLONG_H
  3. #ifndef __s390x__
  4. #define __BITS_PER_LONG 32
  5. #else
  6. #define __BITS_PER_LONG 64
  7. #endif
  8. #include <asm-generic/bitsperlong.h>
  9. #endif /* __ASM_S390_BITSPERLONG_H */