drm/nouveau: fix kernel-doc comments
[drm/drm-misc.git] / tools / thermal / lib / uptimeofday.h
blobc0da5de4132568e8d3b5cc562d81b28b2861a322
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /* Copyright (C) 2022, Linaro Ltd - Daniel Lezcano <daniel.lezcano@linaro.org> */
3 #ifndef __THERMAL_TOOLS_UPTIMEOFDAY_H
4 #define __THERMAL_TOOLS_UPTIMEOFDAY_H
5 #include <sys/sysinfo.h>
6 #include <sys/time.h>
8 int uptimeofday_init(void);
9 unsigned long getuptimeofday_ms(void);
10 struct timespec msec_to_timespec(int msec);
12 #endif