blob: df8581a43e17bd2c956304074900d5f9968d2e6a [file] [log] [blame]
Arnaldo Carvalho de Melob1b02672010-08-10 15:37:34 -03001#ifndef _PERF_UI_MAP_BROWSER_H_
2#define _PERF_UI_MAP_BROWSER_H_ 1
3struct map;
4
5int map__browse(struct map *self);
6#endif /* _PERF_UI_MAP_BROWSER_H_ */