timer.h (84B)
1 #ifndef _TIMER_H_ 2 #define _TIMER_H_ 3 4 void timer_init(void); 5 6 #endif /* _TIMER_H_ */