aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/uart8250.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/uart8250.h b/src/include/uart8250.h
index 71b9a5f310..8457530012 100644
--- a/src/include/uart8250.h
+++ b/src/include/uart8250.h
@@ -125,6 +125,7 @@ void uart8250_tx_flush(unsigned base_port);
*/
void uart8250_init(unsigned base_port, unsigned divisor);
void uart_init(void);
+void uartmem_init(void);
/* and the same for memory mapped uarts */
unsigned char uart8250_mem_rx_byte(unsigned base_port);