Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_m7
/
1e3d31172fce4905d8aff867d5b714a6ad3cf2ee
/
.
/
include
/
asm-generic
/
mm_hooks.h
blob: 47fd0fd687329da1a8c321d7a4bc61520113d143 [
file
] [
log
] [
blame
]
#ifndef
_ASM_GENERIC_MM_HOOKS_H
#define
_ASM_GENERIC_MM_HOOKS_H
static
inline
void
arch_dup_mmap
(
struct
mm_struct
*
oldmm
,
struct
mm_struct
*
mm
)
{
}
static
inline
void
arch_exit_mmap
(
struct
mm_struct
*
mm
)
{
}
#endif