From 2278df1493e064c197913e49b5d1935942d83448 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 6 May 2025 16:57:32 -0700 Subject: initial import --- include/time_common.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/time_common.h (limited to 'include/time_common.h') diff --git a/include/time_common.h b/include/time_common.h new file mode 100644 index 0000000..9f39eef --- /dev/null +++ b/include/time_common.h @@ -0,0 +1,4 @@ +#pragma once + +double timestamp(void); +unsigned long get_boot_time(void); -- cgit v1.2.3