summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_types.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-07-09 03:07:22 +0200
committerTao Bao <tbao@google.com>2019-07-09 20:09:34 +0200
commit2223e6a9f8bf24b023e8ae3103b50c37def3147e (patch)
treecd234862926d9c67dcde446000deb4ba7c7b3efd /minadbd/minadbd_types.h
parentMerge "Add a GetMappedPackageLength to Updater" (diff)
downloadandroid_bootable_recovery-2223e6a9f8bf24b023e8ae3103b50c37def3147e.tar
android_bootable_recovery-2223e6a9f8bf24b023e8ae3103b50c37def3147e.tar.gz
android_bootable_recovery-2223e6a9f8bf24b023e8ae3103b50c37def3147e.tar.bz2
android_bootable_recovery-2223e6a9f8bf24b023e8ae3103b50c37def3147e.tar.lz
android_bootable_recovery-2223e6a9f8bf24b023e8ae3103b50c37def3147e.tar.xz
android_bootable_recovery-2223e6a9f8bf24b023e8ae3103b50c37def3147e.tar.zst
android_bootable_recovery-2223e6a9f8bf24b023e8ae3103b50c37def3147e.zip
Diffstat (limited to 'minadbd/minadbd_types.h')
-rw-r--r--minadbd/minadbd_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/minadbd/minadbd_types.h b/minadbd/minadbd_types.h
index 99fd45e83..002523f1f 100644
--- a/minadbd/minadbd_types.h
+++ b/minadbd/minadbd_types.h
@@ -53,6 +53,7 @@ enum class MinadbdCommand : uint32_t {
kRebootRescue = 6,
kWipeCache = 7,
kWipeData = 8,
+ kNoOp = 9,
// Last but invalid command.
kError,