summaryrefslogtreecommitdiff
path: root/protocol/serial.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-21 22:37:50 +0900
committertmk <nobody@nowhere>2012-10-21 22:37:50 +0900
commit0ffd4ae3a9470e4efe41880db27a6ae77ccf1ce2 (patch)
treee6e99419ce37e0922ebf7e419e93cfd13d93e25f /protocol/serial.h
parent454f7bc71657020d0574e849dad92a14e71230c4 (diff)
parentf291c2279eb9f656ed2a2e3152bab155470c4ef9 (diff)
Merge branch 'sun'
Diffstat (limited to 'protocol/serial.h')
-rw-r--r--protocol/serial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/serial.h b/protocol/serial.h
index 93b9ee9225..bd071bec92 100644
--- a/protocol/serial.h
+++ b/protocol/serial.h
@@ -41,5 +41,6 @@ POSSIBILITY OF SUCH DAMAGE.
/* host role */
void serial_init(void);
uint8_t serial_recv(void);
+void serial_send(uint8_t data);
#endif