]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - 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
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _ASM_M32R_TYPES_H
3#define _ASM_M32R_TYPES_H
4
f7f4dc10 5#include <uapi/asm/types.h>
ff704db3 6
1da177e4
LT
7/*
8 * These aren't exported outside the kernel to avoid name space clashes
9 */
1da177e4
LT
10
11#define BITS_PER_LONG 32
12
fabb626a 13#endif /* _ASM_M32R_TYPES_H */