quinn-os/timer.h
2015-08-24 16:50:16 +10:00

7 lines
79 B
C

#ifndef __TIMER_H__
#define __TIMER_H__
extern void init_timer(void);
#endif