diff options
Diffstat (limited to 'sys/arch/amd64/io/uart.S')
| -rw-r--r-- | sys/arch/amd64/io/uart.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/amd64/io/uart.S b/sys/arch/amd64/io/uart.S index fee06c4..8e190ed 100644 --- a/sys/arch/amd64/io/uart.S +++ b/sys/arch/amd64/io/uart.S @@ -65,6 +65,7 @@ uart_init: pop %r12 retq + .globl uart_write uart_write: /* * void uart_write(const char *s, size_t len); |
