mirror of
https://github.com/jscrane/r65emu.git
synced 2025-03-23 14:29:29 +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
|