]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/HiiImageEx: Fix incorrect parameter type in GetImageInfo()
authorDandan Bi <dandan.bi@intel.com>
Fri, 15 Jul 2016 07:31:36 +0000 (15:31 +0800)
committerStar Zeng <star.zeng@intel.com>
Thu, 11 Aug 2016 07:37:38 +0000 (15:37 +0800)
In latest UEFI2.6 spec, the type of the fourth parameter in function
GetImageInfo() is "EFI_IMAGE_OUTPUT", but in the header file, it is
"EFI_IMAGE_INPUT". Now correct it to follow the spec.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Cecil Sheng <cecil.sheng@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Protocol/HiiImageEx.h

index 9905ecda7d20494566b4d618f0d1f1427dc538c7..b92fc3a0cd168dbc140ecf769a4ddd1c51388656 100644 (file)
@@ -225,7 +225,7 @@ EFI_STATUS
   IN CONST  EFI_HII_IMAGE_EX_PROTOCOL       *This,\r
   IN        EFI_HII_HANDLE                  PackageList,\r
   IN        EFI_IMAGE_ID                    ImageId,\r
-  OUT       EFI_IMAGE_INPUT                 *Image\r
+  OUT       EFI_IMAGE_OUTPUT                *Image\r
   );\r
 \r
 ///\r