aboutsummaryrefslogtreecommitdiffstats
path: root/src/simulator/timer.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-06-05 14:58:12 -0400
committerKevin O'Connor <kevin@koconnor.net>2016-06-13 23:18:58 -0400
commit9f8817a47e10f35e8008e40576d2bc54157c2767 (patch)
tree7121f7fa659ff234651d988aed6eead6ca7d67c0 /src/simulator/timer.h
parent9971f999b382ef51a3a3d1db4a3385b7cc23a3a0 (diff)
downloadkutter-9f8817a47e10f35e8008e40576d2bc54157c2767.tar.gz
kutter-9f8817a47e10f35e8008e40576d2bc54157c2767.tar.xz
kutter-9f8817a47e10f35e8008e40576d2bc54157c2767.zip
generic: Move board timer.h files into generic/misc.h
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/simulator/timer.h')
-rw-r--r--src/simulator/timer.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/simulator/timer.h b/src/simulator/timer.h
deleted file mode 100644
index 71b64502..00000000
--- a/src/simulator/timer.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __SIMU_TIMER_H
-#define __SIMU_TIMER_H
-
-#include <stdint.h>
-
-uint32_t timer_from_us(uint32_t us);
-void timer_periodic(void);
-uint32_t timer_read_time(void);
-uint8_t timer_set_next(uint32_t next);
-uint8_t timer_try_set_next(uint32_t next);
-
-#endif // timer.h