kvm tools, setup: Create private directory
[linux-2.6/next.git] / tools / perf / util / ui / browsers / map.h
blobdf8581a43e17bd2c956304074900d5f9968d2e6a
1 #ifndef _PERF_UI_MAP_BROWSER_H_
2 #define _PERF_UI_MAP_BROWSER_H_ 1
3 struct map;
5 int map__browse(struct map *self);
6 #endif /* _PERF_UI_MAP_BROWSER_H_ */