summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/Protocol/HiiConfigAccess.h
diff options
context:
space:
mode:
authorMichael Brown2016-03-13 12:47:30 +0100
committerMichael Brown2016-03-13 12:47:30 +0100
commit24415a3eeefbdeb59c947363b1ab2b3796616092 (patch)
tree4f0f1ed8296e37eeea4494b171e74b16a4cb2fc2 /src/include/ipxe/efi/Protocol/HiiConfigAccess.h
parent[build] Accept CROSS= as a synonym for CROSS_COMPILE= (diff)
downloadipxe-24415a3eeefbdeb59c947363b1ab2b3796616092.tar.gz
ipxe-24415a3eeefbdeb59c947363b1ab2b3796616092.tar.xz
ipxe-24415a3eeefbdeb59c947363b1ab2b3796616092.zip
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/Protocol/HiiConfigAccess.h')
-rw-r--r--src/include/ipxe/efi/Protocol/HiiConfigAccess.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ipxe/efi/Protocol/HiiConfigAccess.h b/src/include/ipxe/efi/Protocol/HiiConfigAccess.h
index 17ce3fdc..df908059 100644
--- a/src/include/ipxe/efi/Protocol/HiiConfigAccess.h
+++ b/src/include/ipxe/efi/Protocol/HiiConfigAccess.h
@@ -5,7 +5,7 @@
This protocol is published by drivers providing and requesting
configuration data from HII. It may only be invoked by HII.
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2016, 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
@@ -36,6 +36,7 @@ typedef UINTN EFI_BROWSER_ACTION;
#define EFI_BROWSER_ACTION_RETRIEVE 2
#define EFI_BROWSER_ACTION_FORM_OPEN 3
#define EFI_BROWSER_ACTION_FORM_CLOSE 4
+#define EFI_BROWSER_ACTION_SUBMITTED 5
#define EFI_BROWSER_ACTION_DEFAULT_STANDARD 0x1000
#define EFI_BROWSER_ACTION_DEFAULT_MANUFACTURING 0x1001
#define EFI_BROWSER_ACTION_DEFAULT_SAFE 0x1002