summaryrefslogtreecommitdiff
path: root/src/include/timer.h
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2021-08-24 14:09:29 -0500
committerBrett Weiland <brett_weiland@bpcspace.com>2021-08-24 14:09:29 -0500
commit9b22a6965579ea1867aea291d910c96f386b518b (patch)
treed06dbb9c4708f1cc713bcb115b32ff9bce4cf9b9 /src/include/timer.h
parentbad4b0e9bdfee336bfc1c23761408279eaec1558 (diff)
major backup 8.24.21
Diffstat (limited to 'src/include/timer.h')
-rw-r--r--src/include/timer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/timer.h b/src/include/timer.h
new file mode 100644
index 0000000..0277e87
--- /dev/null
+++ b/src/include/timer.h
@@ -0,0 +1,8 @@
+#ifndef timer
+#define timer
+
+void init_timer();
+void usleep(unsigned int us);
+uint64_t timestamp();
+
+#endif