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