r65emu/timed.h

7 lines
106 B
C

#ifndef __TIMED_H__
#define __TIMED_H__
void timer_create(unsigned freq, void (*handler)(void));
#endif