summaryrefslogtreecommitdiff
path: root/protocol/adb.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/adb.h')
-rw-r--r--protocol/adb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/adb.h b/protocol/adb.h
index 1e4ca40132..bfe598bbf1 100644
--- a/protocol/adb.h
+++ b/protocol/adb.h
@@ -56,6 +56,7 @@ POSSIBILITY OF SUCH DAMAGE.
void adb_host_init(void);
bool adb_host_psw(void);
uint16_t adb_host_kbd_recv(void);
+void adb_host_listen(uint8_t cmd, uint8_t data_h, uint8_t data_l);
void adb_host_kbd_led(uint8_t led);
#endif