| Norman James | 6a58a27 | 2015-10-07 14:34:16 -0500 | [diff] [blame] | 1 | #ifndef __PROGRESS_H |
| 2 | #define __PROGRESS_H | ||||
| 3 | |||||
| 4 | void progress_init(unsigned long count); | ||||
| 5 | void progress_tick(unsigned long cur); | ||||
| 6 | void progress_end(void); | ||||
| 7 | |||||
| 8 | #endif /* __PROGRESS_H */ | ||||