Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
skeleton
/
f0f3efe1bab463e50ab51d0cb12b3696bafc76b9
/
.
/
op-flasher
/
pflash
/
progress.h
blob: 3b6137aef4fda269f4625fabdf257b4fa65eeea8 [
file
] [
log
] [
blame
]
#ifndef
__PROGRESS_H
#define
__PROGRESS_H
void
progress_init
(
unsigned
long
count
);
void
progress_tick
(
unsigned
long
cur
);
void
progress_end
(
void
);
#endif
/* __PROGRESS_H */