linux-surface/arch/m32r/include/asm/types.h
2017-08-10 09:25:24 -04:00

13 lines
219 B
C

#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 */