summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/Protocol/FormBrowser2.h
diff options
context:
space:
mode:
authorMichael Brown2024-03-11 13:12:31 +0100
committerMichael Brown2024-03-13 15:48:44 +0100
commitdf2f23e333601e587f72c68cb7b7b116796f9d3c (patch)
tree8160f3a2479669d97e639e134841cc452e3860bd /src/include/ipxe/efi/Protocol/FormBrowser2.h
parent[ci] Update action versions to silence GitHub warnings (diff)
downloadipxe-df2f23e333601e587f72c68cb7b7b116796f9d3c.tar.gz
ipxe-df2f23e333601e587f72c68cb7b7b116796f9d3c.tar.xz
ipxe-df2f23e333601e587f72c68cb7b7b116796f9d3c.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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/ipxe/efi/Protocol/FormBrowser2.h b/src/include/ipxe/efi/Protocol/FormBrowser2.h
index b1c0d200..5e6f940b 100644
--- a/src/include/ipxe/efi/Protocol/FormBrowser2.h
+++ b/src/include/ipxe/efi/Protocol/FormBrowser2.h
@@ -57,6 +57,7 @@ typedef UINTN EFI_BROWSER_ACTION_REQUEST;
#define EFI_BROWSER_ACTION_REQUEST_FORM_APPLY 6
#define EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD 7
#define EFI_BROWSER_ACTION_REQUEST_RECONNECT 8
+#define EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY 9
/**
Initialize the browser to display the specified configuration forms.
@@ -140,10 +141,13 @@ EFI_STATUS
@retval EFI_SUCCESS The results have been distributed or are
awaiting distribution.
- @retval EFI_OUT_OF_RESOURCES The ResultsDataSize specified
+ @retval EFI_BUFFER_TOO_SMALL The ResultsDataSize specified
was too small to contain the
results data.
+ @retval EFI_UNSUPPORTED Uncommitted browser state is not available
+ at the current stage of execution.
+
**/
typedef
EFI_STATUS