aboutsummaryrefslogtreecommitdiff
path: root/src/sys/timer.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2021-12-04 19:24:16 -0700
committerChristian Cunningham <cc@localhost>2021-12-04 19:24:16 -0700
commite842c512179d3f34731ce78e3a906c5fec162e07 (patch)
treeeba577f86bafe3171441fb54de8d1487576c6c3f /src/sys/timer.h
parentee7d1dea9de7723a92c4598814e5f1cff67c0d07 (diff)
Created UART console layout
Diffstat (limited to 'src/sys/timer.h')
-rw-r--r--src/sys/timer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sys/timer.h b/src/sys/timer.h
index 641a581..4774ed4 100644
--- a/src/sys/timer.h
+++ b/src/sys/timer.h
@@ -1,6 +1,10 @@
#ifndef SYS_TIMER_H
#define SYS_TIMER_H
+#ifndef TIMER_C
+extern struct Mutex exe_cnt_m;
+#endif
+
void c_timer();
#endif