]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Add reconnect definition in action request type and question attribute.
authorEric Dong <eric.dong@intel.com>
Wed, 27 May 2015 02:27:40 +0000 (02:27 +0000)
committerydong10 <ydong10@Edk2>
Wed, 27 May 2015 02:27:40 +0000 (02:27 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17515 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/FormBrowser2.h
MdePkg/Include/Uefi/UefiInternalFormRepresentation.h

index 9e83bfa6f706bb5cae67ac30d970e0a2b3b25360..867b1e0ed0ac18f231f2cc726294d38c76af4582 100644 (file)
@@ -4,7 +4,7 @@
   The EFI_FORM_BROWSER2_PROTOCOL is the interface to call for drivers to \r
   leverage the EFI configuration driver interface.\r
   \r
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -63,6 +63,7 @@ typedef UINTN EFI_BROWSER_ACTION_REQUEST;
 #define EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD_EXIT 5\r
 #define EFI_BROWSER_ACTION_REQUEST_FORM_APPLY        6\r
 #define EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD      7\r
+#define EFI_BROWSER_ACTION_REQUEST_RECONNECT         8\r
 \r
 \r
 /**\r
index 4f9549dfcce7ebf0b168514f490985b0d5eb4726..1a77ea7c3e702f939bf0c3ac348ea239eb56c245 100644 (file)
@@ -3,7 +3,7 @@
   IFR is primarily consumed by the EFI presentation engine, and produced by EFI\r
   internal application and drivers as well as all add-in card option-ROM drivers\r
 \r
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -812,10 +812,11 @@ typedef struct _EFI_IFR_QUESTION_HEADER {
 //\r
 // Flag values of EFI_IFR_QUESTION_HEADER\r
 //\r
-#define EFI_IFR_FLAG_READ_ONLY         0x01\r
-#define EFI_IFR_FLAG_CALLBACK          0x04\r
-#define EFI_IFR_FLAG_RESET_REQUIRED    0x10\r
-#define EFI_IFR_FLAG_OPTIONS_ONLY      0x80\r
+#define EFI_IFR_FLAG_READ_ONLY          0x01\r
+#define EFI_IFR_FLAG_CALLBACK           0x04\r
+#define EFI_IFR_FLAG_RESET_REQUIRED     0x10\r
+#define EFI_IFR_FLAG_RECONNECT_REQUIRED 0x40\r
+#define EFI_IFR_FLAG_OPTIONS_ONLY       0x80\r
 \r
 //\r
 // Definition for Opcode Reference\r