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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h
index 5e5e5266..79b1a122 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -630,6 +630,9 @@ enum vb2_return_code {
/* Problem with workbuf validity (see vb2api_init and vb2api_reinit) */
VB2_ERROR_WORKBUF_INVALID,
+ /* Escape from NO_BOOT mode is detected. */
+ VB2_ERROR_ESCAPE_NO_BOOT,
+
/**********************************************************************
* API-level errors
*/