diff options
Diffstat (limited to 'protocol/adb.h')
| -rw-r--r-- | protocol/adb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/adb.h b/protocol/adb.h index 1e4ca4013..bfe598bbf 100644 --- a/protocol/adb.h +++ b/protocol/adb.h | |||
| @@ -56,6 +56,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
| 56 | void adb_host_init(void); | 56 | void adb_host_init(void); |
| 57 | bool adb_host_psw(void); | 57 | bool adb_host_psw(void); |
| 58 | uint16_t adb_host_kbd_recv(void); | 58 | uint16_t adb_host_kbd_recv(void); |
| 59 | void adb_host_listen(uint8_t cmd, uint8_t data_h, uint8_t data_l); | ||
| 59 | void adb_host_kbd_led(uint8_t led); | 60 | void adb_host_kbd_led(uint8_t led); |
| 60 | 61 | ||
| 61 | #endif | 62 | #endif |
