]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - include/linux/mmu_context.h
Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' into...
[mirror_ubuntu-artful-kernel.git] / include / linux / mmu_context.h
1 #ifndef _LINUX_MMU_CONTEXT_H
2 #define _LINUX_MMU_CONTEXT_H
3
4 struct mm_struct;
5
6 void use_mm(struct mm_struct *mm);
7 void unuse_mm(struct mm_struct *mm);
8
9 #endif