From: Ari Zigler Date: Tue, 25 Feb 2014 05:20:31 +0000 (+0000) Subject: Fix the bug for the structure definition of _EFI_ADAPTER_INFORMATION_PROTOCOL in... X-Git-Tag: edk2-stable201903~11698 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e27ecde731feeeb59d9e04e25c4bd77f187b5864;hp=e794f18021ccd8fa8f7bbdb3bc85143282dbc12a Fix the bug for the structure definition of _EFI_ADAPTER_INFORMATION_PROTOCOL in AdapterInformation. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ari Zigler Reviewed-by: Shumin Qiu git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15259 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Protocol/AdapterInformation.h b/MdePkg/Include/Protocol/AdapterInformation.h index 92316f1511..e6be075a79 100644 --- a/MdePkg/Include/Protocol/AdapterInformation.h +++ b/MdePkg/Include/Protocol/AdapterInformation.h @@ -207,7 +207,7 @@ EFI_STATUS /// - Sets device information for adapter. /// - Gets a list of supported information types for this instance of the protocol. /// -typedef struct _EFI_ADAPTER_INFORMATION_PROTOCOL { +struct _EFI_ADAPTER_INFORMATION_PROTOCOL { EFI_ADAPTER_INFO_GET_INFO GetInformation; EFI_ADAPTER_INFO_SET_INFO SetInformation; EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES GetSupportedTypes;