]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/monotonic.h
include/ttyutils: define values if missing.
[thirdparty/util-linux.git] / include / monotonic.h
CommitLineData
26e8964b
KZ
1#ifndef UTIL_LINUX_MONOTONIC_H
2#define UTIL_LINUX_MONOTONIC_H
5d7bdfd6 3
b9dedd3d
KZ
4#include <sys/time.h>
5
5d7bdfd6
KZ
6extern int get_boot_time(struct timeval *boot_time);
7
cd2876d2
KZ
8extern int gettime_monotonic(struct timeval *tv);
9
26e8964b 10#endif /* UTIL_LINUX_MONOTONIC_H */