aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChungjui Fan <chungjuifan@google.com>2021-03-05 16:41:00 +0800
committerCJ Fan <chungjuifan@google.com>2021-03-18 01:56:00 +0000
commitd402efe56901914027a0d97244bbfbbd625e7b38 (patch)
treefd9cce8cb669ccd78b27c256801d0214620373f7
parent1cb98a3f6ee51c684efb0ec1f180803f2a4fcaeb (diff)
downloadgeneric-d402efe56901914027a0d97244bbfbbd625e7b38.tar.gz
Define UPGRADE_EN_FW_FAIL for upgrade state
Test: Build pass Bug: 170775487 Change-Id: I09b1e36d313805cb9d2112b56ea886b3ba0abd65 Signed-off-by: Chungjui Fan <chungjuifan@google.com> Reviewed-on: https://nugget-os-review.googlesource.com/c/host/generic/+/41046 Reviewed-by: Bill Richardson <wfrichar@google.com> Presubmit-Verified: TreeHugger Robot
-rw-r--r--nugget/include/citadel_events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nugget/include/citadel_events.h b/nugget/include/citadel_events.h
index 314ca41..3e3a33e 100644
--- a/nugget/include/citadel_events.h
+++ b/nugget/include/citadel_events.h
@@ -72,6 +72,7 @@ enum event_id {
enum upgrade_state_def {
UPGRADE_SUCCESS = 0,
UPGRADE_PW_MISMATCH = 1,
+ UPGRADE_EN_FW_FAIL =2,
};
/* Please do not change the size of this struct */