summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2ui.h')
-rw-r--r--firmware/2lib/include/2ui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/2lib/include/2ui.h b/firmware/2lib/include/2ui.h
index cc21f580..2fefaf32 100644
--- a/firmware/2lib/include/2ui.h
+++ b/firmware/2lib/include/2ui.h
@@ -103,6 +103,9 @@ struct vb2_ui_context {
/* For language selection screen. */
struct vb2_menu language_menu;
+ /* For bootloader selection screen. */
+ struct vb2_menu bootloader_menu;
+
/* For error beep sound. */
int error_beep;
@@ -118,6 +121,8 @@ vb2_error_t vb2_ui_developer_mode_boot_internal_action(
struct vb2_ui_context *ui);
vb2_error_t vb2_ui_developer_mode_boot_external_action(
struct vb2_ui_context *ui);
+vb2_error_t vb2_ui_developer_mode_boot_alternate_action(
+ struct vb2_ui_context *ui);
/**
* Get info struct of a screen.