Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
types.h
Go to the documentation of this file.
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 */