diff options
Diffstat (limited to 'src/drivers/uart.h')
-rw-r--r-- | src/drivers/uart.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/uart.h b/src/drivers/uart.h new file mode 100644 index 0000000..c78398b --- /dev/null +++ b/src/drivers/uart.h @@ -0,0 +1,7 @@ +#ifndef UART_H +#define UART_H + +void uart_hexn(unsigned long); +void uart_10(unsigned long); + +#endif |