jme: netpoll support
[linux-2.6/btrfs-unstable.git] / tools / perf / ui / progress.h
blobd9c205b59aa1fca489350aec25dba6406c11fa52
1 #ifndef _PERF_UI_PROGRESS_H_
2 #define _PERF_UI_PROGRESS_H_ 1
4 #include <../types.h>
6 void ui_progress__update(u64 curr, u64 total, const char *title);
8 #endif