diff options
author | Dan Albert <danalbert@google.com> | 2015-02-19 00:42:48 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-19 00:42:49 +0100 |
commit | 4db055d66a3d4d8be9f61beb5ee4d25f6346191a (patch) | |
tree | 26b4e33a9d469a044fe3c0ac889ac0bde4584bb9 /minadbd/adb.h | |
parent | Merge "Add extern "C" to all the headers." (diff) | |
parent | Lose USB transport code to libadb. (diff) | |
download | android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar.gz android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar.bz2 android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar.lz android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar.xz android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar.zst android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.zip |
Diffstat (limited to 'minadbd/adb.h')
-rw-r--r-- | minadbd/adb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/minadbd/adb.h b/minadbd/adb.h index 010a36485..58818a996 100644 --- a/minadbd/adb.h +++ b/minadbd/adb.h @@ -257,7 +257,8 @@ void close_usb_devices(); void unregister_transport(atransport *t); void unregister_all_tcp_transports(); -void register_usb_transport(usb_handle *h, const char *serial, unsigned writeable); +void register_usb_transport(usb_handle *h, const char *serial, + const char* dev_path, unsigned writeable); /* this should only be used for transports with connection_state == CS_NOPERM */ void unregister_usb_transport(usb_handle *usb); |