aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alsa/time_utils.h
blob: ece4e1724aabf229472e50f4a5eecacc8e5a9889 (plain)
1
2
3
4
5
6
7
8
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 */