Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
317aa408d69a5b833a116317c18c7e957989ce44
/
.
/
arch
/
mips
/
include
/
asm
/
mmu.h
blob: c436138945a84dca9f1f311e54a801090c396853 [
file
] [
log
] [
blame
]
#ifndef
__ASM_MMU_H
#define
__ASM_MMU_H
typedef
struct
{
unsigned
long
asid
[
NR_CPUS
];
void
*
vdso
;
}
mm_context_t
;
#endif
/* __ASM_MMU_H */