summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/adb/adb.h b/adb/adb.h
index fd9d0e6..98cc4ca 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -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;