From e67c988824f5ec0c965beb412f8ee5953dfd3c8c Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 17 Sep 2011 22:39:50 +0900 Subject: Added Bulegiga iWRAP support into HHKB.(Bluetooth) --- iwrap/suart.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 iwrap/suart.h (limited to 'iwrap/suart.h') diff --git a/iwrap/suart.h b/iwrap/suart.h new file mode 100644 index 000000000..72725b998 --- /dev/null +++ b/iwrap/suart.h @@ -0,0 +1,8 @@ +#ifndef SUART +#define SUART + +void xmit(uint8_t); +uint8_t rcvr(void); +uint8_t recv(void); + +#endif /* SUART */ -- cgit v1.2.3-24-g4f1b