GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / 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