summaryrefslogtreecommitdiff
path: root/NetworkPkg/Ip6Dxe/Ip6NvData.h
diff options
context:
space:
mode:
authortye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-24 10:55:55 +0000
committertye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-24 10:55:55 +0000
commite0afa48970f79977eb8bd4a53ff02d2c81cf814c (patch)
treec312d6df93cba0b0123fdd377e4dabcb0d40abf9 /NetworkPkg/Ip6Dxe/Ip6NvData.h
parent9ea13d7900aa99f5972ca0cfa11542a69c7b0e18 (diff)
downloadedk2-platforms-e0afa48970f79977eb8bd4a53ff02d2c81cf814c.tar.xz
Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus able to function properly in UEFI2.1 platform.
Signed-off-by: tye1 Reviewed-by: lgao4 Reviewed-by: xdu2 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12198 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/Ip6Dxe/Ip6NvData.h')
-rw-r--r--NetworkPkg/Ip6Dxe/Ip6NvData.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/NetworkPkg/Ip6Dxe/Ip6NvData.h b/NetworkPkg/Ip6Dxe/Ip6NvData.h
index 715473fde3..6c981d2aa7 100644
--- a/NetworkPkg/Ip6Dxe/Ip6NvData.h
+++ b/NetworkPkg/Ip6Dxe/Ip6NvData.h
@@ -1,7 +1,7 @@
/** @file
NVData structure used by the IP6 configuration component.
- Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -23,6 +23,7 @@
#define FORMID_MAIN_FORM 1
#define FORMID_MANUAL_CONFIG_FORM 2
+#define FORMID_HEAD_FORM 3
#define IP6_POLICY_AUTO 0
#define IP6_POLICY_MANUAL 1
@@ -35,6 +36,7 @@
#define KEY_SAVE_CHANGES 0x105
#define KEY_SAVE_CONFIG_CHANGES 0x106
#define KEY_IGNORE_CONFIG_CHANGES 0x107
+#define KEY_GET_CURRENT_SETTING 0x108
#define HOST_ADDRESS_LABEL 0x9000
#define ROUTE_TABLE_LABEL 0xa000