1
0
Fork 0
alistair23-linux/arch/h8300/include/asm/types.h

13 lines
180 B
C

#ifndef _H8300_TYPES_H
#define _H8300_TYPES_H
#include <asm-generic/int-ll64.h>
#ifdef __KERNEL__
#define BITS_PER_LONG 32
#endif /* __KERNEL__ */
#endif /* _H8300_TYPES_H */