blob: f3b03d3d00401f744014d60dcbc6da9e50a5ef99 [file] [log] [blame]
bigbiff7b4c7a62015-01-01 19:44:14 -05001#ifndef UTIL_LINUX_BOOTTIME_H
2#define UTIL_LINUX_BOOTTIME_H
3
4/*
5 * Uses clock_gettime() that requires $CLOCKGETTIME_LIBS
6 */
7extern int get_boot_time(struct timeval *boot_time);
8
9extern int gettime_monotonic(struct timeval *tv);
10
11#endif /* UTIL_LINUX_BOOTTIME_H */