diff options
| author | Michael Brown | 2025-11-11 17:18:45 +0100 |
|---|---|---|
| committer | Michael Brown | 2025-11-12 00:24:22 +0100 |
| commit | 27ec3c76ab2dfdc384c589b9f4c8a610a33ba8d1 (patch) | |
| tree | b6491caef5006abe8f3ebcf00873484dbe193520 /src/interface/efi | |
| parent | [efi] Mark Arm/ProcessorBind.h as a non-imported header (diff) | |
| download | ipxe-27ec3c76ab2dfdc384c589b9f4c8a610a33ba8d1.tar.gz ipxe-27ec3c76ab2dfdc384c589b9f4c8a610a33ba8d1.tar.xz ipxe-27ec3c76ab2dfdc384c589b9f4c8a610a33ba8d1.zip | |
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi')
| -rw-r--r-- | src/interface/efi/efi_guid.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interface/efi/efi_guid.c b/src/interface/efi/efi_guid.c index 84c517443..824db1b9a 100644 --- a/src/interface/efi/efi_guid.c +++ b/src/interface/efi/efi_guid.c @@ -108,6 +108,11 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); { 0x607f766c, 0x7455, 0x42be, \ { 0x93, 0x0b, 0xe4, 0xd7, 0x6d, 0xb2, 0x72, 0x0f } } +/* Unicode collation protocol GUID was deleted from EDK2 headers */ +#define EFI_UNICODE_COLLATION_PROTOCOL_GUID \ + { 0x1d85cd7f, 0xf43d, 0x11d2, \ + { 0x9a, 0xc, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } } + /** Absolute pointer protocol GUID */ EFI_GUID efi_absolute_pointer_protocol_guid = EFI_ABSOLUTE_POINTER_PROTOCOL_GUID; |
