kosmos/source/firmware/kernel/include/sys_tick.h
2016-07-28 21:02:54 +02:00

14 lines
196 B
C

/*
* sys_tick.h
*
* Created on: Sep 25, 2015
* Author: tkl
*/
#ifndef SYS_TICK_H_
#define SYS_TICK_H_
void sys_tick_init(const struct loki_timer *hw_timer);
#endif /* SYS_TICK_H_ */