aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300/include/asm/types.h
blob: 07257d9487d8613910e0229c78ffafe74ce01c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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 */