util-linux/include/monotonic.h

11 lines
227 B
C

#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 */