summaryrefslogtreecommitdiff
path: root/adb.h
diff options
context:
space:
mode:
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