]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - arch/m32r/include/asm/types.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / m32r / include / asm / types.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_M32R_TYPES_H
3 #define _ASM_M32R_TYPES_H
4
5 #include <uapi/asm/types.h>
6
7 /*
8 * These aren't exported outside the kernel to avoid name space clashes
9 */
10
11 #define BITS_PER_LONG 32
12
13 #endif /* _ASM_M32R_TYPES_H */