#ifndef MRF_H
#define MRF_H

void init_mrf(void);
void update_mrf(int force);
void mrf_cleanup(void);

#endif