2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
9 #include "linux/sched.h"
13 #define MM_MPROTECT 56
14 #define MM_COPY_SEGMENTS 57
40 struct mm_munmap munmap;
41 struct mm_mprotect mprotect;
46 extern struct mm_struct *proc_mm_get_mm(int fd);