Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b4cac1a0227a6f84be0381cd350a3c8730a4a671
/
.
/
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