/arch/sparc/include/asm/bitsperlong.h
https://bitbucket.org/cresqo/cm7-p500-kernel · C Header · 13 lines · 9 code · 4 blank · 0 comment · 1 complexity · 5ecabd15e9ea83d487a3261e6c5b90db MD5 · raw file
- #ifndef __ASM_ALPHA_BITSPERLONG_H
- #define __ASM_ALPHA_BITSPERLONG_H
- #if defined(__sparc__) && defined(__arch64__)
- #define __BITS_PER_LONG 64
- #else
- #define __BITS_PER_LONG 32
- #endif
- #include <asm-generic/bitsperlong.h>
- #endif /* __ASM_ALPHA_BITSPERLONG_H */