Sign in
◑
Theme
coral
/
linux-imx
/
4fa6b5ecbf092c6ee752ece8a55d71f663d23254
/
.
/
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