summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2return_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2return_codes.h')
-rw-r--r--firmware/2lib/include/2return_codes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h
index 336c11e0..3a50f949 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -731,6 +731,12 @@ enum vb2_return_code {
/* Error setting vendor data (see: VbExSetVendorData). */
VB2_ERROR_EX_SET_VENDOR_DATA,
+ /* The memory test is running. */
+ VB2_ERROR_EX_DIAG_TEST_RUNNING,
+
+ /* The memory test initialization failed. */
+ VB2_ERROR_EX_DIAG_TEST_INIT_FAILED,
+
/**********************************************************************
* LoadKernel errors
*