X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FFirmwareManagement.h;fp=MdePkg%2FInclude%2FProtocol%2FFirmwareManagement.h;h=b50126164d0a22626fc8baf7a4f28e123f662a11;hp=297bb5ff0397c859eedbfca173dffc0ee4090df9;hb=ff95c0fcba6a74fbf53b5b631252177a80ddf36a;hpb=5af8fccd2666d001a52d4c3aafe1e177b7b86c69 diff --git a/MdePkg/Include/Protocol/FirmwareManagement.h b/MdePkg/Include/Protocol/FirmwareManagement.h index 297bb5ff03..b50126164d 100644 --- a/MdePkg/Include/Protocol/FirmwareManagement.h +++ b/MdePkg/Include/Protocol/FirmwareManagement.h @@ -345,7 +345,7 @@ EFI_STATUS @param[in] This A pointer to the EFI_FIRMWARE_MANAGEMENT_PROTOCOL instance. @param[in] ImageIndex A unique number identifying the firmware image(s) within the device. The number is between 1 and DescriptorCount. - @param[in, out] Image Points to the buffer where the current image is copied to. + @param[out] Image Points to the buffer where the current image is copied to. @param[in, out] ImageSize On entry, points to the size of the buffer pointed to by Image, in bytes. On return, points to the length of the image, in bytes. @@ -364,7 +364,7 @@ EFI_STATUS (EFIAPI *EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GET_IMAGE)( IN EFI_FIRMWARE_MANAGEMENT_PROTOCOL *This, IN UINT8 ImageIndex, - IN OUT VOID *Image, + OUT VOID *Image, IN OUT UINTN *ImageSize );