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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sys/timer.h b/include/sys/timer.h
deleted file mode 100644
index 7120c18..0000000
--- a/include/sys/timer.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef SYS_TIMER_H
-#define SYS_TIMER_H
-
-/// Cycles Per Second
-#define CPS 100
-
-void c_timer(void);
-
-#endif