mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
9 lines
158 B
C
9 lines
158 B
C
#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
|