Sign in
coral
/
linux-mtk
/
cdd7875e0c4db5c41e28b645d3bf7d41bd2cbb45
/
.
/
include
/
linux
/
mmu_context.h
blob: 70fffeba7495802c4f0edf83738f2b95952e7e3d [
file
]
#ifndef
_LINUX_MMU_CONTEXT_H
#define
_LINUX_MMU_CONTEXT_H
struct
mm_struct
;
void
use_mm
(
struct
mm_struct
*
mm
);
void
unuse_mm
(
struct
mm_struct
*
mm
);
#endif