#ifndef UTIL_LINUX_MONOTONIC_H #define UTIL_LINUX_MONOTONIC_H #include extern int get_boot_time(struct timeval *boot_time); extern int gettime_monotonic(struct timeval *tv); #endif /* UTIL_LINUX_MONOTONIC_H */