aboutsummaryrefslogtreecommitdiff
path: root/src/inc/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/timer.h')
-rw-r--r--src/inc/timer.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/inc/timer.h b/src/inc/timer.h
new file mode 100644
index 0000000..4b2bb8c
--- /dev/null
+++ b/src/inc/timer.h
@@ -0,0 +1,10 @@
+// MIT License, Copyright (c) 2020 Marvin Borner
+
+#ifndef TIMER_H
+#define TIMER_H
+
+#include <def.h>
+
+void timer_install();
+
+#endif