Sign in
coral
/
linux-mtk
/
a16efc1cbf0a9e5ea9f99ae98fb774b60d05c35b
/
.
/
include
/
asm-sparc
/
mmu.h
blob: ccd36d26615a7c12abc6ec328e2295152038f833 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
#ifndef
__MMU_H
2
#define
__MMU_H
3
4
/* Default "unsigned long" context */
5
typedef
unsigned
long
mm_context_t
;
6
7
#endif