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
This commit is contained in:
jljusten 2008-03-20 22:11:40 +00:00
parent 5d46191d8f
commit e41b500030
1 changed files with 2 additions and 2 deletions

View File

@ -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;
//****************************************************