blob: 3f371cd6600308f50121bcd27c0ae2d868acf1e5 [file] [log] [blame]
Amit Pundird477f822020-02-07 22:26:08 +05301#ifndef __UTIL_H_
2#define __UTIL_H_
3
4#include <stdint.h>
5
6uint64_t time_ms(void);
7void util_sleep(int ms);
8
9#endif