Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8bcc24127be12967588db0ad0e614be937ee1d5a
/
.
/
include
/
asm-arm26
/
mmu.h
blob: 9b8d3d781a1e10834ff49bd0b13e6765c6f70a27 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
#ifndef
__ARM_MMU_H
2
#define
__ARM_MMU_H
3
4
/*
5
* The ARM doesn't have a mmu context
6
*/
7
typedef
struct
{
}
mm_context_t
;
8
9
#endif