aboutsummaryrefslogtreecommitdiff
path: root/include/clock.h
blob: 589fd61fe63bd86b6116705bcaeb0f0dea497192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __TIME_H__
#define __TIME_H__


#include "types.h"


Size clock_get_us( void );
f64 clock_get_s_hires( void );


#endif /* __TIME_H__ */