Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
map.h
Go to the documentation of this file.
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_ */