aboutsummaryrefslogtreecommitdiff
path: root/arch/m32r/include/asm/types.h
blob: 04a44c6ee34d189112459a502ba22c8622126b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ASM_M32R_TYPES_H
#define _ASM_M32R_TYPES_H

#include <uapi/asm/types.h>

/*
 * These aren't exported outside the kernel to avoid name space clashes
 */

#define BITS_PER_LONG 32

#endif /* _ASM_M32R_TYPES_H */