uart8250io: Unify calls with generic UART
Change-Id: I6d56648e56f2177e1d5332497321e718df18300c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5234 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
1d7541feeb
commit
4770749edc
7 changed files with 47 additions and 44 deletions
|
|
@ -37,10 +37,11 @@ unsigned int uart_baudrate_divisor(unsigned int baudrate,
|
|||
unsigned int refclk, unsigned int oversample);
|
||||
|
||||
|
||||
unsigned char uart_rx_byte(void);
|
||||
void uart_init(void);
|
||||
void uart_tx_byte(unsigned char data);
|
||||
void uart_tx_flush(void);
|
||||
void uart_init(void);
|
||||
unsigned char uart_rx_byte(void);
|
||||
int uart_can_rx_byte(void);
|
||||
|
||||
uint32_t uartmem_getbaseaddr(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue