Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
e61b17fd3ae270c0ca83d12c8276b73e50466db9
/
.
/
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