diff options
author | ljin6 <ljin6@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-02 03:13:22 +0000 |
---|---|---|
committer | ljin6 <ljin6@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-02 03:13:22 +0000 |
commit | c4f4112b7c9896543ef33a8f95467d6802f3f3b5 (patch) | |
tree | 0f012b744f33ffd2e1de474fa88d6f0d91125048 /MdePkg/Include/Protocol | |
parent | 52c0d06b94665def4977e13ea329dccb17f46da5 (diff) | |
download | edk2-platforms-c4f4112b7c9896543ef33a8f95467d6802f3f3b5.tar.xz |
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
Diffstat (limited to 'MdePkg/Include/Protocol')
-rw-r--r-- | MdePkg/Include/Protocol/PxeBaseCode.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MdePkg/Include/Protocol/PxeBaseCode.h b/MdePkg/Include/Protocol/PxeBaseCode.h index 96ef04f423..7af601d599 100644 --- a/MdePkg/Include/Protocol/PxeBaseCode.h +++ b/MdePkg/Include/Protocol/PxeBaseCode.h @@ -234,12 +234,6 @@ typedef struct { } 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.
///
typedef struct {
|