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 @@
1/*
2 * CRIS MMU constants and PTE layout
3 */
4
5#ifndef _CRIS_MMU_H
6#define _CRIS_MMU_H
7
8#include <arch/mmu.h>
9
10#endif