aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/segment.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/segment.h')
-rw-r--r--include/asm-cris/segment.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-cris/segment.h b/include/asm-cris/segment.h
new file mode 100644
index 000000000000..c067513beaaf
--- /dev/null
+++ b/include/asm-cris/segment.h
@@ -0,0 +1,8 @@
+#ifndef _ASM_SEGMENT_H
+#define _ASM_SEGMENT_H
+
+typedef struct {
+ unsigned long seg;
+} mm_segment_t;
+
+#endif