summaryrefslogtreecommitdiff
path: root/src/include/timer.h
blob: 0277e8703e7d3418fbc58e0264e368bf9c12cafd (plain)
1
2
3
4
5
6
7
8
#ifndef timer
#define timer

void init_timer();
void usleep(unsigned int us);
uint64_t timestamp();

#endif