From e27ecde731feeeb59d9e04e25c4bd77f187b5864 Mon Sep 17 00:00:00 2001 From: Ari Zigler Date: Tue, 25 Feb 2014 05:20:31 +0000 Subject: [PATCH] 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 --- MdePkg/Include/Protocol/AdapterInformation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2