From 712b3a2cda69422931b26283054e476e3d554a06 Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Fri, 20 Jul 2018 12:25:22 +0200 Subject: added ringbuffer and time utils Signed-off-by: Thierry Bultel --- plugins/alsa/time_utils.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/alsa/time_utils.h (limited to 'plugins/alsa/time_utils.h') 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 + +extern uint64_t now_monotonic_usec(); +extern uint64_t ts(); + +#endif /* __INC_TIME_H */ -- cgit 1.2.3-korg