- Initial checkin of the freebios2 tree
[coreboot.git] / src / include / uart8250.h
1 #ifndef UART8250_H
2 #define UART8250_H
3
4 void uart8250_tx_byte(unsigned base_port, unsigned char data);
5 void uart8250_init(unsigned base_port, unsigned divisor, unsigned lcs);
6
7 #endif /* UART8250_H */