kosmos/source/firmware/kernel/include/sys_tick.h

14 lines
196 B
C
Raw Normal View History

2016-07-28 19:02:54 +00:00
/*
* sys_tick.h
*
* Created on: Sep 25, 2015
* Author: tkl
*/
#ifndef SYS_TICK_H_
#define SYS_TICK_H_
2016-08-16 11:08:49 +00:00
void sys_tick_init(const struct loki_timer *hw_timer);
2016-07-28 19:02:54 +00:00
#endif /* SYS_TICK_H_ */