summaryrefslogtreecommitdiff
path: root/keyboard/hhkb_rn42/rn42.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-07-01 04:29:45 +0900
committertmk <nobody@nowhere>2014-07-30 14:38:26 +0900
commit31a298f9d9bc78f504d662e1590ec333c1f37735 (patch)
treeafc04ec0eba0d2fb80354b1baf9ec4b0979df067 /keyboard/hhkb_rn42/rn42.h
parentbe19b2bf324cbbca53cbd4a7588311041a7353a6 (diff)
Add RN-42 Bluetooth module support
Diffstat (limited to 'keyboard/hhkb_rn42/rn42.h')
-rw-r--r--keyboard/hhkb_rn42/rn42.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboard/hhkb_rn42/rn42.h b/keyboard/hhkb_rn42/rn42.h
index 57ae17ba17..3e4c2fbe7d 100644
--- a/keyboard/hhkb_rn42/rn42.h
+++ b/keyboard/hhkb_rn42/rn42.h
@@ -1,6 +1,15 @@
#ifndef RN42_H
#define RN42_H
+#include <stdbool.h>
+
host_driver_t rn42_driver;
+host_driver_t rn42_config_driver;
+
+void rn42_init(void);
+void rn42_putc(uint8_t c);
+void rn42_autoconnect(void);
+void rn42_disconnect(void);
+bool rn42_ready(void);
#endif