]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/FormBrowser2.h
MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.
[mirror_edk2.git] / MdePkg / Include / Protocol / FormBrowser2.h
index 5b530f6cc609cccb5c6e5452f41c7267d0c2dc48..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 - 2010, 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
@@ -59,6 +59,11 @@ typedef UINTN EFI_BROWSER_ACTION_REQUEST;
 #define EFI_BROWSER_ACTION_REQUEST_RESET  1\r
 #define EFI_BROWSER_ACTION_REQUEST_SUBMIT 2\r
 #define EFI_BROWSER_ACTION_REQUEST_EXIT   3\r
+#define EFI_BROWSER_ACTION_REQUEST_FORM_SUBMIT_EXIT  4\r
+#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
@@ -78,7 +83,7 @@ typedef UINTN EFI_BROWSER_ACTION_REQUEST;
 \r
   @param FormSetGuid     This field points to the EFI_GUID which must match the Guid field or one of the\r
                          elements of the ClassId field  in the EFI_IFR_FORM_SET op-code.  If\r
-                         FormsetGuid is NULL, then this function will display the the form set class\r
+                         FormsetGuid is NULL, then this function will display the form set class\r
                          EFI_HII_PLATFORM_SETUP_FORMSET_GUID.\r
 \r
   @param FormId          This field specifies the identifier of the form within the form set to render as the first\r