summaryrefslogtreecommitdiff
path: root/include/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timer.h')
-rw-r--r--include/timer.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/timer.h b/include/timer.h
new file mode 100644
index 0000000..d604008
--- /dev/null
+++ b/include/timer.h
@@ -0,0 +1,16 @@
+/*
+ * (C) Copyright 2014,2018 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef TIMER_H
+#define TIMER_H
+
+#include "common.h"
+
+void setup_timer(void);
+
+uint32_t get_timer(uint32_t);
+
+#endif /* TIMER_H */