summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/asm-arm/mmu.h
blob: 784ff2708dc526bc9c1543e2b1dbbb29e7b0cb36 (plain)
1
2
3
4
5
6
7
#ifndef __ARM_MMU_H
#define __ARM_MMU_H

/* The ARM doesn't have a mmu context */
typedef struct { } mm_context_t;

#endif