1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-14 17:29:42 +00:00
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