]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/m32r/include/asm/types.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.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 */