]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/AdapterInformation.h
Fix the bug for the structure definition of _EFI_ADAPTER_INFORMATION_PROTOCOL in...
[mirror_edk2.git] / MdePkg / Include / Protocol / AdapterInformation.h
index b9dac1ad7d54f649d7a0d57421f4727bca2c60fe..e6be075a79f2f7df215ffd890d0d39e0e12e4454 100644 (file)
@@ -63,7 +63,7 @@ typedef struct {
   ///\r
   /// TRUE if the adapter supports booting from iSCSI IPv4 targets.\r
   ///\r
-  BOOLEAN                       iSsciIpv4BootCapablity;\r
+  BOOLEAN                       iScsiIpv4BootCapablity;\r
   ///\r
   /// TRUE if the adapter supports booting from iSCSI IPv6 targets.\r
   ///\r
@@ -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