aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/include/asm/mmu.h')
-rw-r--r--arch/cris/include/asm/mmu.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/cris/include/asm/mmu.h b/arch/cris/include/asm/mmu.h
new file mode 100644
index 000000000000..e06ea94ecffd
--- /dev/null
+++ b/arch/cris/include/asm/mmu.h
@@ -0,0 +1,10 @@
+/*
+ * CRIS MMU constants and PTE layout
+ */
+
+#ifndef _CRIS_MMU_H
+#define _CRIS_MMU_H
+
+#include <arch/mmu.h>
+
+#endif