aboutsummaryrefslogtreecommitdiff
path: root/include/usr/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usr/uart.h')
-rw-r--r--include/usr/uart.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usr/uart.h b/include/usr/uart.h
new file mode 100644
index 0000000..2214012
--- /dev/null
+++ b/include/usr/uart.h
@@ -0,0 +1,6 @@
+#ifndef USR_UART_H
+#define USR_UART_H
+
+void handle_data(unsigned char data);
+
+#endif