aboutsummaryrefslogtreecommitdiff
path: root/devices/uart_16550.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices/uart_16550.h')
-rw-r--r--devices/uart_16550.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/uart_16550.h b/devices/uart_16550.h
index d053985..0e181b2 100644
--- a/devices/uart_16550.h
+++ b/devices/uart_16550.h
@@ -53,4 +53,5 @@ enum UART {
};
int uart_init(enum UART port);
+void uart_write(enum UART port, char a);
int uart_puts(enum UART port, const char *string, int length);