RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-arm26 / mmu.h
blob9b8d3d781a1e10834ff49bd0b13e6765c6f70a27
1 #ifndef __ARM_MMU_H
2 #define __ARM_MMU_H
4 /*
5 * The ARM doesn't have a mmu context
6 */
7 typedef struct { } mm_context_t;
9 #endif