]> git.ipfire.org Git - thirdparty/util-linux.git/blob - include/monotonic.h
lib/sysfs: add function to detect partitioned devices
[thirdparty/util-linux.git] / include / monotonic.h
1 #ifndef UTIL_LINUX_MONOTONIC_H
2 #define UTIL_LINUX_MONOTONIC_H
3
4 #include <sys/time.h>
5
6 extern int get_boot_time(struct timeval *boot_time);
7
8 extern int gettime_monotonic(struct timeval *tv);
9
10 #endif /* UTIL_LINUX_MONOTONIC_H */