aboutsummaryrefslogtreecommitdiff
path: root/include/systick.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/systick.h')
-rw-r--r--include/systick.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/systick.h b/include/systick.h
new file mode 100644
index 0000000..8933a31
--- /dev/null
+++ b/include/systick.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <stdint.h>
+
+void set_systick(uint64_t systick_value);
+
+uint64_t get_systick();
+
+int systick_interrupt();