aboutsummaryrefslogtreecommitdiffstats
path: root/generic/gettime.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/gettime.h')
-rw-r--r--generic/gettime.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/generic/gettime.h b/generic/gettime.h
new file mode 100644
index 0000000..c124d03
--- /dev/null
+++ b/generic/gettime.h
@@ -0,0 +1,18 @@
+#ifndef HEADER_gettime
+#define HEADER_gettime
+/*
+htop - generic/gettime.h
+(C) 2021 htop dev team
+Released under the GNU GPLv2, see the COPYING file
+in the source distribution for its full text.
+*/
+
+#include <stdint.h>
+#include <sys/time.h>
+
+
+void Generic_gettime_realtime(struct timeval* tvp, uint64_t* msec);
+
+void Generic_gettime_monotonic(uint64_t* msec);
+
+#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy