aboutsummaryrefslogtreecommitdiff
path: root/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'uart.h')
-rw-r--r--uart.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/uart.h b/uart.h
new file mode 100644
index 0000000..179f582
--- /dev/null
+++ b/uart.h
@@ -0,0 +1,7 @@
+#ifndef UART_H
+#define UART_H
+
+void uartInit ();
+
+#endif /* UART_H */
+