repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* added 0.99 linux version
[mascara-docs.git]
/
i386
/
linux
/
linux-2.3.21
/
include
/
asm-mips
/
umap.h
blob
afa524b10f8ae737ffda4a57d12d1f91e3165012
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