Sign in
qemu
/
skiboot
/
6d6f05db61c7c757ab5c818b34dd159f3e69b664
/
.
/
external
/
pflash
/
progress.h
blob: b073dbe8f66edfee5e17afbbfecdcf0fc2103c34 [
file
] [
log
] [
blame
]
#ifndef
__PROGRESS_H
#define
__PROGRESS_H
#include
<inttypes.h>
void
progress_init
(
uint64_t
count
);
void
progress_tick
(
uint64_t
cur
);
void
progress_end
(
void
);
#endif
/* __PROGRESS_H */