aboutsummaryrefslogtreecommitdiff
path: root/include/vbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbe.h')
-rw-r--r--include/vbe.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/vbe.h b/include/vbe.h
index ece2697b5dc..5ede8181b98 100644
--- a/include/vbe.h
+++ b/include/vbe.h
@@ -26,6 +26,15 @@ enum vbe_phase_t {
};
/**
+ * struct vbe_handoff - information about VBE progress
+ *
+ * @phases: Indicates which phases used the VBE bootmeth (1 << PHASE_...)
+ */
+struct vbe_handoff {
+ u8 phases;
+};
+
+/**
* vbe_phase() - get current VBE phase
*
* Returns: Current VBE phase