summaryrefslogtreecommitdiff
path: root/arch/m32r/include/asm/types.h
blob: fce0bf60536c2535955038301d4e7b0b070fc41f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0 */
#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 */