projects
/
deliverable
/
linux.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'fix/hda' into for-linus
[deliverable/linux.git]
/
include
/
linux
/
mmu_context.h
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
This page took
0.04339 seconds
and
6
git commands to generate.