diff options
Diffstat (limited to 'include/asm-cris/mmu.h')
-rw-r--r-- | include/asm-cris/mmu.h | 10 |
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 00000000000..c40a1bcad06 --- /dev/null +++ b/include/asm-cris/mmu.h @@ -0,0 +1,10 @@ +/* + * CRIS MMU constants and PTE layout + */ + +#ifndef _CRIS_MMU_H +#define _CRIS_MMU_H + +#include <asm/arch/mmu.h> + +#endif |