Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
146e4b3c8b92071b18f0b2e6f47165bad4f9e825
/
.
/
include
/
asm-s390
/
mmu.h
blob: 13ec4215f437078659afb337b0c546903c7225f9 [
file
] [
log
] [
blame
]
#ifndef
__MMU_H
#define
__MMU_H
typedef
struct
{
struct
list_head crst_list
;
struct
list_head pgtable_list
;
unsigned
long
asce_bits
;
int
noexec
;
}
mm_context_t
;
#endif