diff options
| author | Michael Brown | 2015-10-06 19:44:21 +0200 |
|---|---|---|
| committer | Michael Brown | 2015-10-07 09:34:27 +0200 |
| commit | 42e0c7e956609be4adebd61250a7271a6838d70e (patch) | |
| tree | 01cccfde68eaa313e3048619ea24f238c0939f0b /src/include/ipxe/efi/Protocol/FormBrowser2.h | |
| parent | [efi] Reset root directory when installing EFI_SIMPLE_FILE_SYSTEM_PROTOCOL (diff) | |
| download | ipxe-42e0c7e956609be4adebd61250a7271a6838d70e.tar.gz ipxe-42e0c7e956609be4adebd61250a7271a6838d70e.tar.xz ipxe-42e0c7e956609be4adebd61250a7271a6838d70e.zip | |
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/Protocol/FormBrowser2.h')
| -rw-r--r-- | src/include/ipxe/efi/Protocol/FormBrowser2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ipxe/efi/Protocol/FormBrowser2.h b/src/include/ipxe/efi/Protocol/FormBrowser2.h index 0c0f56d73..8033a11d3 100644 --- a/src/include/ipxe/efi/Protocol/FormBrowser2.h +++ b/src/include/ipxe/efi/Protocol/FormBrowser2.h @@ -4,7 +4,7 @@ The EFI_FORM_BROWSER2_PROTOCOL is the interface to call for drivers to leverage the EFI configuration driver interface. -Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR> +Copyright (c) 2006 - 2015, 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 that accompanies this distribution. The full text of the license may be found at @@ -65,6 +65,7 @@ typedef UINTN EFI_BROWSER_ACTION_REQUEST; #define EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD_EXIT 5 #define EFI_BROWSER_ACTION_REQUEST_FORM_APPLY 6 #define EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD 7 +#define EFI_BROWSER_ACTION_REQUEST_RECONNECT 8 /** |
