From cbd3cdf7cb34529e269bb27c654765a0c9c21799 Mon Sep 17 00:00:00 2001 From: aqua Date: Mon, 31 Oct 2022 15:39:51 +0200 Subject: add ps2_keyboard driver --- devices/uart_16550.h | 1 + 1 file changed, 1 insertion(+) (limited to 'devices/uart_16550.h') 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); -- cgit v1.2.1