summaryrefslogtreecommitdiff
path: root/firmware/bdb/bdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/bdb/bdb.h')
-rw-r--r--firmware/bdb/bdb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/bdb/bdb.h b/firmware/bdb/bdb.h
index 9f3b9c6b..5163401d 100644
--- a/firmware/bdb/bdb.h
+++ b/firmware/bdb/bdb.h
@@ -88,6 +88,9 @@ enum bdb_return_code {
BDB_ERROR_NVM_STRUCT_VERSION,
BDB_ERROR_NVM_VBE_READ,
BDB_ERROR_NVM_RW_BUFFER_SMALL,
+ BDB_ERROR_DECRYPT_BUC,
+ BDB_ERROR_ENCRYPT_BUC,
+ BDB_ERROR_WRITE_BUC,
};
/*****************************************************************************/