Removed extra typedefs on structures to fix error generated by gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4929 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -71,10 +71,10 @@ EFI_PXE_DHCP4_CALLBACK_STATUS
|
||||
IN DHCP4_PACKET *Packet OPTIONAL
|
||||
);
|
||||
|
||||
typedef struct _EFI_PXE_DHCP4_CALLBACK_PROTOCOL {
|
||||
struct _EFI_PXE_DHCP4_CALLBACK_PROTOCOL {
|
||||
UINT64 Revision;
|
||||
EFI_PXE_DHCP4_CALLBACK Callback;
|
||||
} EFI_PXE_DHCP4_CALLBACK_PROTOCOL;
|
||||
};
|
||||
|
||||
//
|
||||
// GUID declaration
|
||||
|
Reference in New Issue
Block a user