mirror of https://github.com/acidanthera/audk.git
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:
parent
5d46191d8f
commit
e41b500030
|
@ -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;
|
||||
|
||||
|
||||
//****************************************************
|
||||
|
|
Loading…
Reference in New Issue