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