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