sio.h:
char sio_rxcheck(void);
char sioi_rx(void);
void sio_init (void);
void sib_tx(char x);
void sio_txnum(int x);
void sio_txstr(char *str);
char sio_txcheck(void);
void serial_intr(void);
timer.h:
void timer_init(void);
void timer_set(unsigned int usec);
unsigned int timer_get (void);
char timer_overcheck(void);
void timer_wait (unsigned int usec);
void timer_waitmsec(unsigned int msec);
这是两个头文件,大侠看看