code style scripts/checkpatch.pl (linux-3.9-rc1) formatting
[linux-2.6.34.14-moxart.git] / include / linux / mmu_context.h
blob70fffeba7495802c4f0edf83738f2b95952e7e3d
1 #ifndef _LINUX_MMU_CONTEXT_H
2 #define _LINUX_MMU_CONTEXT_H
4 struct mm_struct;
6 void use_mm(struct mm_struct *mm);
7 void unuse_mm(struct mm_struct *mm);
9 #endif