summaryrefslogtreecommitdiff
path: root/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'uart.h')
-rw-r--r--uart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uart.h b/uart.h
index 48cceef..bb47b0c 100644
--- a/uart.h
+++ b/uart.h
@@ -57,8 +57,10 @@ your own risk.
extern int uart_charav(int port);
extern int uart_getchar(int port);
+extern void uart_putchar_raw(int port, char c);
extern void uart_putchar(int port, char c);
extern void uart_puts(int port, const char *s);
+extern void uart_init_line(int port, int baud);
extern void uart_init(void);
#endif /* __ASSEMBLER__ */