diff options
author | Christian Cunningham <cc@localhost> | 2021-12-04 17:09:22 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-12-04 17:09:22 -0700 |
commit | 1c6cd8e1ea53275cc44b2a0ee5a8448cbc4a3f0d (patch) | |
tree | 8ba9eed6acebbd0940898e5c46b35caed7e03792 /src/drivers/uart.h | |
parent | 0ee2aaaa26441e37ed27e6c83cf9b65202596a4e (diff) |
Restructured project
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 |