7 lines
142 B
C
7 lines
142 B
C
#ifndef _SERIAL_SUBR_H_
|
|
#define _SERIAL_SUBR_H_
|
|
|
|
void ttys0_init(void);
|
|
void ttys0_tx_byte(unsigned char data);
|
|
|
|
#endif /* _SERIAL_SUBR_H_ */
|