Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
5a216a20837c5f5fa1ca4b8ae8991ffd96b08e6f
/
.
/
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