summaryrefslogtreecommitdiff
path: root/keyboard/hhkb/rn42/suart.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hhkb/rn42/suart.h')
-rw-r--r--keyboard/hhkb/rn42/suart.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboard/hhkb/rn42/suart.h b/keyboard/hhkb/rn42/suart.h
new file mode 100644
index 0000000000..72725b998f
--- /dev/null
+++ b/keyboard/hhkb/rn42/suart.h
@@ -0,0 +1,8 @@
+#ifndef SUART
+#define SUART
+
+void xmit(uint8_t);
+uint8_t rcvr(void);
+uint8_t recv(void);
+
+#endif /* SUART */