7 lines
79 B
C
7 lines
79 B
C
#ifndef __TIMER_H__
|
|
#define __TIMER_H__
|
|
|
|
extern void init_timer(void);
|
|
|
|
#endif
|