]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the bug for the structure definition of _EFI_ADAPTER_INFORMATION_PROTOCOL in...
authorAri Zigler <ariz@mellanox.com>
Tue, 25 Feb 2014 05:20:31 +0000 (05:20 +0000)
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Feb 2014 05:20:31 +0000 (05:20 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ari Zigler <ariz@mellanox.com>
Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15259 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/AdapterInformation.h

index 92316f1511c1037ddfbbd75175dbb97202b59d8a..e6be075a79f2f7df215ffd890d0d39e0e12e4454 100644 (file)
@@ -207,7 +207,7 @@ EFI_STATUS
 /// - Sets device information for adapter.\r
 /// - Gets a list of supported information types for this instance of the protocol.\r
 ///\r
-typedef struct _EFI_ADAPTER_INFORMATION_PROTOCOL {\r
+struct _EFI_ADAPTER_INFORMATION_PROTOCOL {\r
   EFI_ADAPTER_INFO_GET_INFO              GetInformation;\r
   EFI_ADAPTER_INFO_SET_INFO              SetInformation;\r
   EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES   GetSupportedTypes;\r