1 #ifndef __MIPS_UMAP_H 2 #define __MIPS_UMAP_H 3 4 void remove_mapping (struct task_struct *task, unsigned long start, 5 unsigned long end); 6 7 #endif 8 9