summaryrefslogtreecommitdiff
path: root/src/include/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/uart.h')
-rw-r--r--src/include/uart.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/uart.h b/src/include/uart.h
index ca5191e292..6b8d8e844c 100644
--- a/src/include/uart.h
+++ b/src/include/uart.h
@@ -37,4 +37,8 @@ void uart_tx_flush(void);
void uart_init(void);
#endif
+#if CONFIG_HAVE_UART_MEMORY_MAPPED
+uint32_t uartmem_getbaseaddr(void);
+#endif
+
#endif /* UART_H */