summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/umap.h
blob: afa524b10f8ae737ffda4a57d12d1f91e3165012 (plain)
1
2
3
4
5
6
7
8
#ifndef __MIPS_UMAP_H
#define __MIPS_UMAP_H

void remove_mapping (struct task_struct *task, unsigned long start,
unsigned long end);

#endif