mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 04:28:12 +03:00
[efi] Add DNS headers and GUID definitions
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -105,6 +105,14 @@ static struct efi_well_known_guid efi_well_known_guids[] = {
|
||||
"Dhcp6Sb" },
|
||||
{ &efi_disk_io_protocol_guid,
|
||||
"DiskIo" },
|
||||
{ &efi_dns4_protocol_guid,
|
||||
"Dns4" },
|
||||
{ &efi_dns4_service_binding_protocol_guid,
|
||||
"Dns4Sb" },
|
||||
{ &efi_dns6_protocol_guid,
|
||||
"Dns6" },
|
||||
{ &efi_dns6_service_binding_protocol_guid,
|
||||
"Dns6Sb" },
|
||||
{ &efi_graphics_output_protocol_guid,
|
||||
"GraphicsOutput" },
|
||||
{ &efi_hii_config_access_protocol_guid,
|
||||
|
||||
Reference in New Issue
Block a user