#ifndef ETA_H
#define ETA_H
void init_eta(void);
void update_eta(int force);
void eta_cleanup(void);
#endif