summaryrefslogtreecommitdiffstats
path: root/uart/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'uart/uart.h')
-rw-r--r--uart/uart.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/uart/uart.h b/uart/uart.h
new file mode 100644
index 0000000..984d704
--- /dev/null
+++ b/uart/uart.h
@@ -0,0 +1,6 @@
+#ifndef UART_UART_H
+#define UART_UART_H
+
+void uart_setup(void);
+
+#endif /* UART_UART_H */