repo.or.cz
/
linux-2.6
/
libata-dev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cgroup, cpuset: remove cgroup_subsys->post_clone()
[linux-2.6/libata-dev.git]
/
include
/
linux
/
mmu_context.h
blob
70fffeba7495802c4f0edf83738f2b95952e7e3d
1
#ifndef _LINUX_MMU_CONTEXT_H
2
#define _LINUX_MMU_CONTEXT_H
3
4
struct
mm_struct
;
5
6
void
use_mm
(
struct
mm_struct
*
mm
);
7
void
unuse_mm
(
struct
mm_struct
*
mm
);
8
9
#endif