- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git] / include / asm-arm / mmu.h
blob784ff2708dc526bc9c1543e2b1dbbb29e7b0cb36
1 #ifndef __ARM_MMU_H
2 #define __ARM_MMU_H
4 /* The ARM doesn't have a mmu context */
5 typedef struct { } mm_context_t;
7 #endif