generic: Move board timer.h files into generic/misc.h

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2016-06-05 14:58:12 -04:00
parent 9971f999b3
commit 9f8817a47e
5 changed files with 8 additions and 26 deletions

View File

@@ -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