summaryrefslogtreecommitdiff
path: root/src/include/timer.h
diff options
context:
space:
mode:
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