summaryrefslogtreecommitdiff
path: root/firmware/lib/include/load_kernel_fw.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/load_kernel_fw.h')
-rw-r--r--firmware/lib/include/load_kernel_fw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/lib/include/load_kernel_fw.h b/firmware/lib/include/load_kernel_fw.h
index da418a33..679da167 100644
--- a/firmware/lib/include/load_kernel_fw.h
+++ b/firmware/lib/include/load_kernel_fw.h
@@ -22,6 +22,8 @@
/* GPT is external */
#define BOOT_FLAG_EXTERNAL_GPT (0x04ULL)
+struct RollbackSpaceFwmp;
+
typedef struct LoadKernelParams {
/* Inputs to LoadKernel() */
/*
@@ -57,6 +59,8 @@ typedef struct LoadKernelParams {
* VbNvSetup() and VbNvTeardown() on the context.
*/
VbNvContext *nv_context;
+ /* Firmware management parameters; may be NULL if not present. */
+ const struct RollbackSpaceFwmp *fwmp;
/*
* Outputs from LoadKernel(); valid only if LoadKernel() returns