summaryrefslogtreecommitdiffstats
path: root/kernel/arch/m32r/include/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/m32r/include/asm/types.h')
-rw-r--r--kernel/arch/m32r/include/asm/types.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/arch/m32r/include/asm/types.h b/kernel/arch/m32r/include/asm/types.h
new file mode 100644
index 000000000..04a44c6ee
--- /dev/null
+++ b/kernel/arch/m32r/include/asm/types.h
@@ -0,0 +1,12 @@
+#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 */