/arch/powerpc/include/asm/bitsperlong.h
https://bitbucket.org/cresqo/cm7-p500-kernel · C Header · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · 7e7c146db1bbf9dcaa53c51bda81bdbe MD5 · raw file
- #ifndef __ASM_POWERPC_BITSPERLONG_H
- #define __ASM_POWERPC_BITSPERLONG_H
- #if defined(__powerpc64__)
- # define __BITS_PER_LONG 64
- #else
- # define __BITS_PER_LONG 32
- #endif
- #include <asm-generic/bitsperlong.h>
- #endif /* __ASM_POWERPC_BITSPERLONG_H */