aboutsummaryrefslogtreecommitdiff
path: root/src/inc/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/timer.h')
-rw-r--r--src/inc/timer.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/inc/timer.h b/src/inc/timer.h
deleted file mode 100644
index 7c4f077..0000000
--- a/src/inc/timer.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// MIT License, Copyright (c) 2020 Marvin Borner
-
-#ifndef TIMER_H
-#define TIMER_H
-
-#include <def.h>
-
-void timer_install();
-void timer_handler(); // For scheduler
-
-#endif