summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-20 22:11:40 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-20 22:11:40 +0000
commite41b500030a9405f49e23ad72329a23a3c5fbdac (patch)
tree6fb4602a1444c8eed57f18ea92a50cc236d838e2 /EdkCompatibilityPkg
parent5d46191d8fa6bb1ac94f697136b3444c61e8777c (diff)
downloadedk2-e41b500030a9405f49e23ad72329a23a3c5fbdac.zip
edk2-e41b500030a9405f49e23ad72329a23a3c5fbdac.tar.gz
edk2-e41b500030a9405f49e23ad72329a23a3c5fbdac.tar.bz2
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
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h
index a234b4a..f63df27 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;
//****************************************************