]> Git Repo - linux.git/blame - include/linux/mmu_context.h
Merge branch 'board-specific' of git://github.com/hzhuang1/linux into late/board
[linux.git] / include / linux / mmu_context.h
CommitLineData
3d2d827f
MT
1#ifndef _LINUX_MMU_CONTEXT_H
2#define _LINUX_MMU_CONTEXT_H
3
4struct mm_struct;
5
6void use_mm(struct mm_struct *mm);
7void unuse_mm(struct mm_struct *mm);
8
9#endif
This page took 0.502805 seconds and 4 git commands to generate.