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-11 07:32:51 +0200
commit0bbb2ed53eb4dc4ae8d447062482f9eda5ef9a91 (patch)
tree44590befa6ee02ce366046baa4b890cf43f9b57b /minadbd/minadbd_types.h
parentRevert "libprocessgroup users use libcutils" (diff)
downloadandroid_bootable_recovery-0bbb2ed53eb4dc4ae8d447062482f9eda5ef9a91.tar
android_bootable_recovery-0bbb2ed53eb4dc4ae8d447062482f9eda5ef9a91.tar.gz
android_bootable_recovery-0bbb2ed53eb4dc4ae8d447062482f9eda5ef9a91.tar.bz2
android_bootable_recovery-0bbb2ed53eb4dc4ae8d447062482f9eda5ef9a91.tar.lz
android_bootable_recovery-0bbb2ed53eb4dc4ae8d447062482f9eda5ef9a91.tar.xz
android_bootable_recovery-0bbb2ed53eb4dc4ae8d447062482f9eda5ef9a91.tar.zst
android_bootable_recovery-0bbb2ed53eb4dc4ae8d447062482f9eda5ef9a91.zip
Diffstat (limited to '')
-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,