aboutsummaryrefslogtreecommitdiff
path: root/include/sys/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/timer.h')
-rw-r--r--include/sys/timer.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/sys/timer.h b/include/sys/timer.h
new file mode 100644
index 0000000..29dc2dd
--- /dev/null
+++ b/include/sys/timer.h
@@ -0,0 +1,10 @@
+#ifndef SYS_TIMER_H
+#define SYS_TIMER_H
+
+#ifndef SYS_TIMER_C
+extern struct Mutex exe_cnt_m;
+#endif
+
+void c_timer(void);
+
+#endif