summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/Protocol
diff options
context:
space:
mode:
authorMichael Brown2017-03-10 22:18:03 +0100
committerMichael Brown2017-03-10 22:18:03 +0100
commit0463ec32c717c10e56b1e0bbecc1b02756df7fcc (patch)
treeef06e3bed498c0ac00f47c4a42847f467650f5eb /src/include/ipxe/efi/Protocol
parent[build] Provide common ARRAY_SIZE() definition (diff)
downloadipxe-0463ec32c717c10e56b1e0bbecc1b02756df7fcc.tar.gz
ipxe-0463ec32c717c10e56b1e0bbecc1b02756df7fcc.tar.xz
ipxe-0463ec32c717c10e56b1e0bbecc1b02756df7fcc.zip
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/Protocol')
-rw-r--r--src/include/ipxe/efi/Protocol/HiiDatabase.h4
-rw-r--r--src/include/ipxe/efi/Protocol/SimpleTextIn.h1
2 files changed, 2 insertions, 3 deletions
diff --git a/src/include/ipxe/efi/Protocol/HiiDatabase.h b/src/include/ipxe/efi/Protocol/HiiDatabase.h
index cbc0108b0..e070d29de 100644
--- a/src/include/ipxe/efi/Protocol/HiiDatabase.h
+++ b/src/include/ipxe/efi/Protocol/HiiDatabase.h
@@ -216,7 +216,7 @@ EFI_STATUS
@param Handle An array of EFI_HII_HANDLE instances returned.
- @retval EFI_SUCCESS The matching handles are outputed successfully.
+ @retval EFI_SUCCESS The matching handles are outputted successfully.
HandleBufferLength is updated with the actual length.
@retval EFI_BUFFER_TOO_SMALL The HandleBufferLength parameter
indicates that Handle is too
@@ -275,7 +275,7 @@ EFI_STATUS
@retval EFI_OUT_OF_RESOURCES BufferSize is too small to hold the package.
- @retval EFI_NOT_FOUND The specifiecd Handle could not be found in the
+ @retval EFI_NOT_FOUND The specified Handle could not be found in the
current database.
@retval EFI_INVALID_PARAMETER BufferSize was NULL.
diff --git a/src/include/ipxe/efi/Protocol/SimpleTextIn.h b/src/include/ipxe/efi/Protocol/SimpleTextIn.h
index 571ecaf30..e6d0eb24d 100644
--- a/src/include/ipxe/efi/Protocol/SimpleTextIn.h
+++ b/src/include/ipxe/efi/Protocol/SimpleTextIn.h
@@ -48,7 +48,6 @@ typedef struct {
//
// Required unicode control chars
//
-#define CHAR_NULL 0x0000
#define CHAR_BACKSPACE 0x0008
#define CHAR_TAB 0x0009
#define CHAR_LINEFEED 0x000A