blob: 3f371cd6600308f50121bcd27c0ae2d868acf1e5 [file] [log] [blame]
#ifndef __UTIL_H_
#define __UTIL_H_
#include <stdint.h>
uint64_t time_ms(void);
void util_sleep(int ms);
#endif