diff options
Diffstat (limited to 'plugins/alsa/time_utils.h')
-rw-r--r-- | plugins/alsa/time_utils.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/alsa/time_utils.h b/plugins/alsa/time_utils.h new file mode 100644 index 0000000..ece4e17 --- /dev/null +++ b/plugins/alsa/time_utils.h @@ -0,0 +1,9 @@ +#ifndef __INC_TIME_H +#define __INC_TIME_H + +#include <stdint.h> + +extern uint64_t now_monotonic_usec(); +extern uint64_t ts(); + +#endif /* __INC_TIME_H */ |