X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=FmpDevicePkg%2FFmpDxe%2FFmpDxe.h;fp=FmpDevicePkg%2FFmpDxe%2FFmpDxe.h;h=06514c67c8590446aa32580d4a82e6f45d475859;hp=c2ffc439d1eea6c09ea0bc1f97a14e49e0ab561c;hb=67c1e5ee6eaf592e0331bc06df41ec4c21b22a07;hpb=4f0544b144b953ed4e8b4221fc33353f4481ec14 diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.h b/FmpDevicePkg/FmpDxe/FmpDxe.h index c2ffc439d1..06514c67c8 100644 --- a/FmpDevicePkg/FmpDxe/FmpDxe.h +++ b/FmpDevicePkg/FmpDxe/FmpDxe.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -26,9 +27,9 @@ #include #include #include +#include #include #include -#include "VariableSupport.h" #define VERSION_STRING_NOT_SUPPORTED L"VERSION STRING NOT SUPPORTED" #define VERSION_STRING_NOT_AVAILABLE L"VERSION STRING NOT AVAILABLE" @@ -57,6 +58,11 @@ typedef struct { // BOOLEAN FmpDeviceLocked; VOID *FmpDeviceContext; + CHAR16 *VersionVariableName; + CHAR16 *LsvVariableName; + CHAR16 *LastAttemptStatusVariableName; + CHAR16 *LastAttemptVersionVariableName; + CHAR16 *FmpStateVariableName; } FIRMWARE_MANAGEMENT_PRIVATE_DATA; ///