aboutsummaryrefslogtreecommitdiff
path: root/src/sys/timer.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2021-12-04 17:28:16 -0700
committerChristian Cunningham <cc@localhost>2021-12-04 17:28:16 -0700
commit709148a4252c6d608808d9ed1380b02e94173d1b (patch)
tree5da3abd1020476cf3964cc10691546ce059108a4 /src/sys/timer.h
parent1c6cd8e1ea53275cc44b2a0ee5a8448cbc4a3f0d (diff)
Moved timer to separate file
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