diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/flash_log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/flash_log.h b/include/flash_log.h index b4882ebe36..cfdaf46ce8 100644 --- a/include/flash_log.h +++ b/include/flash_log.h @@ -18,6 +18,7 @@ enum flash_event_type { FE_LOG_OVERFLOWS = 3, /* A single byte, overflow counter. */ FE_LOG_LOCKS = 4, /* A single byte, lock failures counter. */ FE_LOG_NVMEM = 5, /* NVMEM failure, variable structure. */ + FE_LOG_TPM_WIPE_ERROR = 6, /* Failed to wipe the TPM */ /* * Fixed padding value makes it easier to parse log space |