X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=FmpDevicePkg%2FInclude%2FLibrary%2FFmpPayloadHeaderLib.h;fp=FmpDevicePkg%2FInclude%2FLibrary%2FFmpPayloadHeaderLib.h;h=f959cbbc94d12ea399c300bfdff13edf0889c479;hb=a6d73269b134116cfb84830d81f5ac2a389eb91b;hp=cb5622e9ce1f7878f5256921dc477bc2853d678a;hpb=559b5d5283ac6c0890b35e8684963e35f57f79b9;p=mirror_edk2.git diff --git a/FmpDevicePkg/Include/Library/FmpPayloadHeaderLib.h b/FmpDevicePkg/Include/Library/FmpPayloadHeaderLib.h index cb5622e9ce..f959cbbc94 100644 --- a/FmpDevicePkg/Include/Library/FmpPayloadHeaderLib.h +++ b/FmpDevicePkg/Include/Library/FmpPayloadHeaderLib.h @@ -1,4 +1,4 @@ -/** @file +/** @file Provides services to retrieve values from a capsule's FMP Payload Header. The structure is not included in the library class. Instead, services are provided to retrieve information from the FMP Payload Header. If information @@ -92,9 +92,9 @@ GetFmpPayloadHeaderVersion ( EFI_STATUS EFIAPI GetFmpPayloadHeaderLowestSupportedVersion ( - IN CONST VOID *Header, - IN CONST UINTN FmpPayloadSize, - IN OUT UINT32 *LowestSupportedVersion + IN CONST VOID *Header, + IN CONST UINTN FmpPayloadSize, + OUT UINT32 *LowestSupportedVersion ); #endif