repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
tools
/
perf
/
util
/
ui
/
browsers
/
map.h
blob
df8581a43e17bd2c956304074900d5f9968d2e6a
1
#ifndef _PERF_UI_MAP_BROWSER_H_
2
#define _PERF_UI_MAP_BROWSER_H_ 1
3
struct
map
;
4
5
int
map__browse
(
struct
map
*
self
);
6
#endif
/* _PERF_UI_MAP_BROWSER_H_ */