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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sys/timer.h b/src/sys/timer.h
deleted file mode 100644
index 29dc2dd..0000000
--- a/src/sys/timer.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef SYS_TIMER_H
-#define SYS_TIMER_H
-
-#ifndef SYS_TIMER_C
-extern struct Mutex exe_cnt_m;
-#endif
-
-void c_timer(void);
-
-#endif