]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply with UEFI...
authortye <tye@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 11 Nov 2009 07:06:57 +0000 (07:06 +0000)
committertye <tye@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 11 Nov 2009 07:06:57 +0000 (07:06 +0000)
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

index bea6b0a48e6602580ab1fde68801509b45e3375a..580fc414d7845396880288187c5d2f65e3c8c8ac 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2005 - 2006, Intel Corporation                                                         \r
+Copyright (c) 2005 - 2009, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -79,6 +79,7 @@ typedef struct _EFI_IP4_ICMP_TYPE {
 \r
 typedef struct {\r
   BOOLEAN                 IsStarted;\r
+  UINT32                  MaxPacketSize;\r
 \r
   EFI_IP4_CONFIG_DATA     ConfigData;\r
   BOOLEAN                 IsConfigured;\r