Sign in
coral
/
linux-mtk
/
09bda4432a8a4d4db2b2b94697abc8d732a9ff73
/
.
/
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