From 866a6ca0e749f4446b7fdc7579a6d553df85ec10 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 5 Jan 2022 14:27:09 -0800 Subject: Moved includes to its own directory --- include/sys/timer.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/sys/timer.h (limited to 'include/sys/timer.h') 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 -- cgit v1.2.1