[efi] Add Ip4Config2 header and GUID definition

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2023-06-07 12:56:36 +01:00
parent 92ab2de3a4
commit e7adf5701f
4 changed files with 326 additions and 0 deletions

View File

@@ -115,6 +115,8 @@ static struct efi_well_known_guid efi_well_known_guids[] = {
"Ip4" },
{ &efi_ip4_config_protocol_guid,
"Ip4Config" },
{ &efi_ip4_config2_protocol_guid,
"Ip4Config2" },
{ &efi_ip4_service_binding_protocol_guid,
"Ip4Sb" },
{ &efi_ip6_protocol_guid,