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