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-16 17:28:03 +0200
commitdd0158ac6016f2853d1af336e345980e06144abd (patch)
tree11049890be096b1f457b7189d81942bd67310dc1 /minadbd/minadbd_types.h
parentRevert "libprocessgroup users use libcutils" (diff)
downloadandroid_bootable_recovery-dd0158ac6016f2853d1af336e345980e06144abd.tar
android_bootable_recovery-dd0158ac6016f2853d1af336e345980e06144abd.tar.gz
android_bootable_recovery-dd0158ac6016f2853d1af336e345980e06144abd.tar.bz2
android_bootable_recovery-dd0158ac6016f2853d1af336e345980e06144abd.tar.lz
android_bootable_recovery-dd0158ac6016f2853d1af336e345980e06144abd.tar.xz
android_bootable_recovery-dd0158ac6016f2853d1af336e345980e06144abd.tar.zst
android_bootable_recovery-dd0158ac6016f2853d1af336e345980e06144abd.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,