2010-08-09 06:56:47 +08:00
|
|
|
#ifndef _PERF_UI_PROGRESS_H_
|
|
|
|
#define _PERF_UI_PROGRESS_H_ 1
|
|
|
|
|
2011-10-25 23:29:11 +08:00
|
|
|
#include <../types.h>
|
2010-08-09 06:56:47 +08:00
|
|
|
|
2011-10-25 23:29:11 +08:00
|
|
|
void ui_progress__update(u64 curr, u64 total, const char *title);
|
2010-08-09 06:56:47 +08:00
|
|
|
|
|
|
|
#endif
|