summaryrefslogtreecommitdiff
path: root/include/flash_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/flash_log.h')
-rw-r--r--include/flash_log.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/flash_log.h b/include/flash_log.h
index 407a184e2f..0db93eecda 100644
--- a/include/flash_log.h
+++ b/include/flash_log.h
@@ -103,7 +103,9 @@ enum ap_ro_verification_ev {
APROF_CHECK_UNSUPPORTED = 8,
APROF_FAIL_CLEARED = 9,
APROF_SAVED_GBBD = 10,
- APROF_FAILED_TO_SAVE_GBBD = 11,
+ APROF_FAIL_TO_SAVE_GBBD = 11,
+ APROF_FAIL_CORRUPTED_V1_DATA = 12,
+ APROF_FAIL_CORRUPTED_GBBD = 13,
};
struct ap_ro_entry_payload {