Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
c155fc95befc95f4a9d6497f5fadec22f4bc3a24
/
.
/
include
/
asm-arm26
/
mmu.h
blob: 9b8d3d781a1e10834ff49bd0b13e6765c6f70a27 [
file
] [
log
] [
blame
]
#ifndef
__ARM_MMU_H
#define
__ARM_MMU_H
/*
* The ARM doesn't have a mmu context
*/
typedef
struct
{
}
mm_context_t
;
#endif