summaryrefslogtreecommitdiff
path: root/keyboard/hhkb/rn42/suart.h
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-01-16 10:21:18 +0900
committertmk <hasu@tmk-kbd.com>2015-01-16 10:21:18 +0900
commit099701dd3130d433244b3a4102f36f547aec25ae (patch)
tree3624044b5dede28f377e262f66d4f90963e0870d /keyboard/hhkb/rn42/suart.h
parentce6698865046c2d5e5fae73a74323048036e7d44 (diff)
hhkb: Integrate RN-42 support, remove hhkb_rn42
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 */