summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-05-08 16:08:57 -0700
committerDan Albert <danalbert@google.com>2015-05-08 16:08:57 -0700
commit218dbccefa3d874d988e4784bda5e45b7643cb5a (patch)
tree2c53ee1b0f321a632ca87412a550b451938980f7 /adb/adb.h
parent3e1cb6d98d54d38820de70bba07732ea87e84ffb (diff)
downloadsystem_core-218dbccefa3d874d988e4784bda5e45b7643cb5a.tar.gz
system_core-218dbccefa3d874d988e4784bda5e45b7643cb5a.tar.bz2
system_core-218dbccefa3d874d988e4784bda5e45b7643cb5a.zip
Revert "Split adb_main.cpp into client and daemon."
This reverts commit cf07494ac2a101c3afbe23a7d85121553f586cf7.
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/adb.h b/adb/adb.h
index 7942a8639..daabf8c41 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -324,6 +324,7 @@ int local_connect_arbitrary_ports(int console_port, int adb_port);
/* usb host/client interface */
void usb_init();
+void usb_cleanup();
int usb_write(usb_handle *h, const void *data, int len);
int usb_read(usb_handle *h, void *data, int len);
int usb_close(usb_handle *h);