r65emu/timed.h

7 lines
106 B
C
Raw Normal View History

2014-11-13 19:20:01 +00:00
#ifndef __TIMED_H__
#define __TIMED_H__
2018-09-06 09:12:03 +00:00
void timer_create(unsigned freq, void (*handler)(void));
2014-11-13 19:20:01 +00:00
#endif