diff options
Diffstat (limited to 'ports/qemu-arm/uart.h')
| -rw-r--r-- | ports/qemu-arm/uart.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/qemu-arm/uart.h b/ports/qemu-arm/uart.h new file mode 100644 index 000000000..a89e3f26e --- /dev/null +++ b/ports/qemu-arm/uart.h @@ -0,0 +1,2 @@ +void uart_init(void); +void uart_tx_strn(const char *buf, size_t len); |
