mm: move use_mm/unuse_mm from aio.c to mm/
[linux-2.6-microblaze.git] / include / linux / mmu_context.h
diff --git a/include/linux/mmu_context.h b/include/linux/mmu_context.h
new file mode 100644 (file)
index 0000000..70fffeb
--- /dev/null
@@ -0,0 +1,9 @@
+#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