From e41b500030a9405f49e23ad72329a23a3c5fbdac Mon Sep 17 00:00:00 2001 From: jljusten Date: Thu, 20 Mar 2008 22:11:40 +0000 Subject: [PATCH] edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h: * Add back in typedef for EFI_ARP_FIND_DATA which should not have been removed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4940 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h index a234b4ae60..f63df27ac6 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h @@ -32,7 +32,7 @@ Abstract: EFI_FORWARD_DECLARATION (EFI_ARP_PROTOCOL); -struct _EFI_ARP_FIND_DATA { +typedef struct _EFI_ARP_FIND_DATA { UINT32 Size; BOOLEAN DenyFlag; BOOLEAN StaticFlag; @@ -40,7 +40,7 @@ UINT16 HwAddressType; UINT16 SwAddressType; UINT8 HwAddressLength; UINT8 SwAddressLength; -}; +} EFI_ARP_FIND_DATA; //**************************************************** -- 2.39.2