summaryrefslogtreecommitdiff
path: root/include/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uart.h')
-rw-r--r--include/uart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uart.h b/include/uart.h
index 334ee624bb..1d43206731 100644
--- a/include/uart.h
+++ b/include/uart.h
@@ -173,6 +173,9 @@ void uart_process(void);
/*****************************************************************************/
/* COMx functions */
+/* Enables comx interrupts */
+void uart_comx_enable(void);
+
/* Returns non-zero if ok to put a character via uart_comx_putc(). */
int uart_comx_putc_ok(void);