coreboot/src/include/serial_subr.h
2001-03-23 22:56:05 +00:00

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_ */