1
0
mirror of https://github.com/jscrane/r65emu.git synced 2025-01-17 18:29:55 +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 10:12:03 +01:00
void timer_create(unsigned freq, void (*handler)(void));
2014-11-13 19:20:01 +00:00
#endif