From f25c99b10305307c20301c1e718cdca847d8729b Mon Sep 17 00:00:00 2001 From: tye Date: Wed, 11 Nov 2009 07:06:57 +0000 Subject: 1. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply with UEFI 2.3 specification. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9414 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/Ip4.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'EdkCompatibilityPkg/Foundation/Efi/Protocol') diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/Ip4.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/Ip4.h index bea6b0a48e..580fc414d7 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/Ip4.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/Ip4.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2005 - 2006, Intel Corporation +Copyright (c) 2005 - 2009, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -79,6 +79,7 @@ typedef struct _EFI_IP4_ICMP_TYPE { typedef struct { BOOLEAN IsStarted; + UINT32 MaxPacketSize; EFI_IP4_CONFIG_DATA ConfigData; BOOLEAN IsConfigured; -- cgit v1.2.3