mirror of
https://github.com/jscrane/r65emu.git
synced 2024-11-16 21:10:58 +00:00
7 lines
106 B
C
7 lines
106 B
C
#ifndef __TIMED_H__
|
|
#define __TIMED_H__
|
|
|
|
void timer_create(unsigned freq, void (*handler)(void));
|
|
|
|
#endif
|