summaryrefslogtreecommitdiff
path: root/keyboard/hhkb_rn42/rn42/suart.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-07-19 02:33:23 +0900
committertmk <nobody@nowhere>2014-07-30 14:38:26 +0900
commit59ea5e02f76a37e5021c5f9d02af149e48e7c07c (patch)
tree816e1555f73552df3f59a3d08f654c1e23f532fd /keyboard/hhkb_rn42/rn42/suart.h
parentb4e4f599dfe1b3ecff69ab248866e7b801c35f1e (diff)
Mkdir rn42
Diffstat (limited to 'keyboard/hhkb_rn42/rn42/suart.h')
-rw-r--r--keyboard/hhkb_rn42/rn42/suart.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboard/hhkb_rn42/rn42/suart.h b/keyboard/hhkb_rn42/rn42/suart.h
new file mode 100644
index 0000000000..72725b998f
--- /dev/null
+++ b/keyboard/hhkb_rn42/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 */