mirror of https://github.com/acidanthera/audk.git
Remove some comments according to the latest UEFI Spec 2_3_Errata_B.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10152 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
52c0d06b94
commit
c4f4112b7c
|
@ -233,12 +233,6 @@ typedef struct {
|
||||||
UINT8 DhcpOptions[56];
|
UINT8 DhcpOptions[56];
|
||||||
} EFI_PXE_BASE_CODE_DHCPV4_PACKET;
|
} EFI_PXE_BASE_CODE_DHCPV4_PACKET;
|
||||||
|
|
||||||
///
|
|
||||||
/// Note: EFI_PXE_BASE_CODE_DHCPV6_PACKET and EFI_PXE_BASE_CODE_PACKET are not
|
|
||||||
/// consistent with the current UEFI2.3 specification. It's supposed that
|
|
||||||
/// they will be consistent in the next version.
|
|
||||||
///
|
|
||||||
|
|
||||||
///
|
///
|
||||||
/// DHCPV6 Packet structure.
|
/// DHCPV6 Packet structure.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue