Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
9a7c9337a09b1ef07e55f95a4309957a2328a01f
/
.
/
include
/
asm-parisc
/
mmu.h
blob: 6a310cf8b734dcd5183f6f5dde2938f60bbe95a9 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
#ifndef
_PARISC_MMU_H_
2
#define
_PARISC_MMU_H_
3
4
/* On parisc, we store the space id here */
5
typedef
unsigned
long
mm_context_t
;
6
7
#endif
/* _PARISC_MMU_H_ */