progress.h 158 B

123456789
  1. #ifndef _PERF_UI_PROGRESS_H_
  2. #define _PERF_UI_PROGRESS_H_ 1
  3. #include <../types.h>
  4. void ui_progress__update(u64 curr, u64 total, const char *title);
  5. #endif