summaryrefslogtreecommitdiff
path: root/kc/core/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kc/core/timer.h')
-rw-r--r--kc/core/timer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kc/core/timer.h b/kc/core/timer.h
new file mode 100644
index 0000000..702d7b6
--- /dev/null
+++ b/kc/core/timer.h
@@ -0,0 +1,6 @@
+#pragma once
+#include <stdint.h>
+
+uint64_t timer_ticks(void);
+
+