#ifndef _SERIAL_SUBR_H_ #define _SERIAL_SUBR_H_ void ttys0_init(void); void ttys0_tx_byte(unsigned char data); #endif /* _SERIAL_SUBR_H_ */