blob: a499fa34ac4c03170a11f3911f2d8c85d756a6ea [file] [log] [blame]
#ifndef UTIL_LINUX_MONOTONIC_H
#define UTIL_LINUX_MONOTONIC_H
#include <sys/time.h>
extern int get_boot_time(struct timeval *boot_time);
extern int gettime_monotonic(struct timeval *tv);
#endif /* UTIL_LINUX_MONOTONIC_H */