]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6NvData.h
MdeModulePkg: Update the default size of MNP TX buffer pool.
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6NvData.h
index 715473fde3d21e46317124dc9ca54b3804d2cf2a..09177613fbc9e4b8e45efe035f3fe30b59f68dd1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   NVData structure used by the IP6 configuration component.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 #ifndef _IP6_NV_DATA_H_\r
 #define _IP6_NV_DATA_H_\r
 \r
-#define IP6_CONFIG_NVDATA_GUID \\r
-  { \\r
-    0x2eea107, 0x98db, 0x400e, { 0x98, 0x30, 0x46, 0xa, 0x15, 0x42, 0xd7, 0x99 } \\r
-  }\r
+#include <Guid/Ip6ConfigHii.h>\r
 \r
 #define FORMID_MAIN_FORM          1\r
 #define FORMID_MANUAL_CONFIG_FORM 2\r
+#define FORMID_HEAD_FORM          3\r
 \r
 #define IP6_POLICY_AUTO           0\r
 #define IP6_POLICY_MANUAL         1\r
@@ -35,6 +33,7 @@
 #define KEY_SAVE_CHANGES          0x105\r
 #define KEY_SAVE_CONFIG_CHANGES   0x106\r
 #define KEY_IGNORE_CONFIG_CHANGES 0x107\r
+#define KEY_GET_CURRENT_SETTING   0x108\r
 \r
 #define HOST_ADDRESS_LABEL        0x9000\r
 #define ROUTE_TABLE_LABEL         0xa000\r
@@ -44,7 +43,7 @@
 \r
 #define INTERFACE_ID_STR_MIN_SIZE 1\r
 #define INTERFACE_ID_STR_MAX_SIZE 23\r
-#define INTERFACE_ID_STR_STORAGE  24\r
+#define INTERFACE_ID_STR_STORAGE  25\r
 #define IP6_STR_MAX_SIZE          40\r
 #define ADDRESS_STR_MIN_SIZE      2\r
 #define ADDRESS_STR_MAX_SIZE      255\r