Extend coreboot table entry for serial ports
[coreboot.git] / src / include / uart8250.h
index 4a02179210283085f6dea7c22e3be77543d0e281..3c8ea0929138d8d052e389340befe6852d6e64f1 100644 (file)
@@ -146,6 +146,7 @@ void uart8250_mem_tx_byte(unsigned base_port, unsigned char data);
 void uart8250_mem_tx_flush(unsigned base_port);
 void uart8250_mem_init(unsigned base_port, unsigned divisor);
 u32 uart_mem_init(void);
+u32 uartmem_getbaseaddr(void);
 
 /* and special init for OXPCIe based cards */
 void oxford_init(void);