summaryrefslogtreecommitdiffstats
path: root/minadbd/adb.h
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-19 00:42:48 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-19 00:42:49 +0100
commit4db055d66a3d4d8be9f61beb5ee4d25f6346191a (patch)
tree26b4e33a9d469a044fe3c0ac889ac0bde4584bb9 /minadbd/adb.h
parentMerge "Add extern "C" to all the headers." (diff)
parentLose USB transport code to libadb. (diff)
downloadandroid_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 '')
-rw-r--r--minadbd/adb.h3
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);