aboutsummaryrefslogtreecommitdiff
path: root/src/sys/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/timer.h')
-rw-r--r--src/sys/timer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sys/timer.h b/src/sys/timer.h
new file mode 100644
index 0000000..641a581
--- /dev/null
+++ b/src/sys/timer.h
@@ -0,0 +1,6 @@
+#ifndef SYS_TIMER_H
+#define SYS_TIMER_H
+
+void c_timer();
+
+#endif