Sign in
◑
Theme
nest-open-source
/
nest-learning-thermostat
/
6.0
/
linux-imx-ul
/
6fddd987862b18b76549196bdec76f4484be2e25
/
.
/
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