diff options
author | Steve Kondik <shade@chemlab.org> | 2013-04-13 13:16:55 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-10-17 17:47:21 -0700 |
commit | da40dde17b90d1867edf362d6c32c3b57567f0ec (patch) | |
tree | 1c09e7fa877e60966fe01104cd7bfae4af0bae1f /adb/adb.h | |
parent | 01274cc73fa9fd8da3899b0078a193ab5a2dc997 (diff) | |
download | system_core-da40dde17b90d1867edf362d6c32c3b57567f0ec.zip system_core-da40dde17b90d1867edf362d6c32c3b57567f0ec.tar.gz system_core-da40dde17b90d1867edf362d6c32c3b57567f0ec.tar.bz2 |
adb: Add a few more wait-for commands
* wait-for-recovery is obvious.
* wait-for-online will wait for recovery || device
Change-Id: I70f747bcd201a4157b988d7ed49bcc8e5ff4c85f
Diffstat (limited to 'adb/adb.h')
-rw-r--r-- | adb/adb.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -350,6 +350,9 @@ int connection_state(atransport *t); #define CS_UNAUTHORIZED 7 extern const char *adb_device_banner; + +#define CS_ONLINE 10 /* recovery or device */ + extern int HOST; extern int SHELL_EXIT_NOTIFY_FD; |