summaryrefslogtreecommitdiff
path: root/tv.h
blob: ca49b1db96c68e4a917c3e1664868c061f79e372 (plain)
1
2
3
4
/* SPDX-License-Identifier: GPL-2.0 */

int tv_diff(const struct timeval *b, const struct timeval *a, struct timeval *diff);
int64_t get_current_time(void);