1 #ifndef _H8300_TYPES_H 2 #define _H8300_TYPES_H 3 4 #include <asm-generic/int-ll64.h> 5 6 #ifdef __KERNEL__ 7 8 #define BITS_PER_LONG 32 9 10 #endif /* __KERNEL__ */ 11 12 #endif /* _H8300_TYPES_H */ 13
1 #ifndef _H8300_TYPES_H 2 #define _H8300_TYPES_H 3 4 #include <asm-generic/int-ll64.h> 5 6 #ifdef __KERNEL__ 7 8 #define BITS_PER_LONG 32 9 10 #endif /* __KERNEL__ */ 11 12 #endif /* _H8300_TYPES_H */ 13