aboutsummaryrefslogtreecommitdiffstats
path: root/include/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/serial.h')
-rw-r--r--include/serial.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/serial.h b/include/serial.h
new file mode 100644
index 0000000..5b90748
--- /dev/null
+++ b/include/serial.h
@@ -0,0 +1,8 @@
+#ifndef SERIAL_H_
+#define SERIAL_H_
+
+void serial_init(void);
+void serial_put(int c);
+char serial_get(void);
+
+#endif // SERIAL_H_