]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h
edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h:
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / Arp / Arp.h
index a234b4ae6090016fdcad648fe3daabda879963c5..f63df27ac6f2cbf9a1f81b0077672c971908c279 100644 (file)
@@ -32,7 +32,7 @@ Abstract:
 \r
 EFI_FORWARD_DECLARATION (EFI_ARP_PROTOCOL);\r
 \r
-struct _EFI_ARP_FIND_DATA {\r
+typedef struct _EFI_ARP_FIND_DATA {\r
 UINT32               Size;\r
 BOOLEAN              DenyFlag;\r
 BOOLEAN              StaticFlag;\r
@@ -40,7 +40,7 @@ UINT16               HwAddressType;
 UINT16               SwAddressType;\r
 UINT8                HwAddressLength;\r
 UINT8                SwAddressLength;\r
-};\r
+} EFI_ARP_FIND_DATA;\r
 \r
 \r
 //****************************************************\r