Sign in
gem5
/
arm
/
linux-arm-legacy
/
ddce5e99b8372eba465e63c40aadd23e63b99778
/
.
/
include
/
linux
/
mmu_context.h
blob: 70fffeba7495802c4f0edf83738f2b95952e7e3d [
file
] [
log
] [
blame
]
#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