hw/i2c: add asynchronous send
[qemu.git] / include / qemu / qemu-progress.h
blob137e1c316fd077ead1934913fc647c3af9103cc4
1 #ifndef QEMU_PROGRESS_H
2 #define QEMU_PROGRESS_H
4 void qemu_progress_init(int enabled, float min_skip);
5 void qemu_progress_end(void);
6 void qemu_progress_print(float delta, int max);
8 #endif /* QEMU_PROGRESS_H */