X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=FmpDevicePkg%2FFmpDxe%2FFmpDxe.h;h=30754dea495e0f4758c6e62a9e6ff7a58bf04af8;hb=0f30087b9a2ce4fd21e318c87bee1a129523a194;hp=28bfa41580b8febf6dfe33e5cb7e9d70d87cb6ce;hpb=e0961677d1b226c11fc39de4df2c2ecd0e7b9adc;p=mirror_edk2.git diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.h b/FmpDevicePkg/FmpDxe/FmpDxe.h index 28bfa41580..30754dea49 100644 --- a/FmpDevicePkg/FmpDxe/FmpDxe.h +++ b/FmpDevicePkg/FmpDxe/FmpDxe.h @@ -23,10 +23,14 @@ #include #include #include +#include #include #include #include #include +#include +#include +#include #include #include #include @@ -65,6 +69,7 @@ typedef struct { CHAR16 *LastAttemptStatusVariableName; CHAR16 *LastAttemptVersionVariableName; CHAR16 *FmpStateVariableName; + BOOLEAN DependenciesSatisfied; } FIRMWARE_MANAGEMENT_PRIVATE_DATA; ///