summaryrefslogtreecommitdiff
path: root/adb.h
diff options
context:
space:
mode:
authortmk2011-01-13 22:46:57 +0900
committertmk2011-01-13 22:46:57 +0900
commit06db39583fe87a8d13c0c345887b71a577198049 (patch)
treeab0b5d0c879f9c0faa8e8380e6ddd19ee3e6acaf /adb.h
parent40c24dc89ad3cbcd8bf49d305c08096f198cce95 (diff)
ADB keyboard LEDs support
Diffstat (limited to 'adb.h')
-rw-r--r--adb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/adb.h b/adb.h
index 8f1673547..8a9cee10d 100644
--- a/adb.h
+++ b/adb.h
@@ -14,5 +14,6 @@
void adb_host_init(void);
bool adb_host_psw(void);
uint16_t adb_host_kbd_recv(void);
+void adb_host_kbd_led(uint8_t led);
#endif