historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/skiboot/external/pflash/progress.h

11 lines
188 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#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 */