summaryrefslogtreecommitdiff
path: root/firmware/lib/include/vboot_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/vboot_kernel.h')
-rw-r--r--firmware/lib/include/vboot_kernel.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/firmware/lib/include/vboot_kernel.h b/firmware/lib/include/vboot_kernel.h
index f117fa77..2195e0cf 100644
--- a/firmware/lib/include/vboot_kernel.h
+++ b/firmware/lib/include/vboot_kernel.h
@@ -73,6 +73,16 @@ VbError_t VbBootDeveloper(struct vb2_context *ctx, VbCommonParams *cparams);
VbError_t VbBootRecovery(struct vb2_context *ctx, VbCommonParams *cparams);
/**
+ * Handle a developer-mode boot using detachable menu ui
+ */
+VbError_t VbBootDeveloperMenu(struct vb2_context *ctx, VbCommonParams *cparams);
+
+/**
+ * Handle a recovery-mode boot using detachable menu ui
+ */
+VbError_t VbBootRecoveryMenu(struct vb2_context *ctx, VbCommonParams *cparams);
+
+/**
* Return the current FWMP flags. Valid only inside VbSelectAndLoadKernel().
*/
uint32_t vb2_get_fwmp_flags(void);