mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[efi] Add Ip4Config2 header and GUID definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -45,6 +45,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#include <ipxe/efi/Protocol/HiiFont.h>
|
||||
#include <ipxe/efi/Protocol/Ip4.h>
|
||||
#include <ipxe/efi/Protocol/Ip4Config.h>
|
||||
#include <ipxe/efi/Protocol/Ip4Config2.h>
|
||||
#include <ipxe/efi/Protocol/Ip6.h>
|
||||
#include <ipxe/efi/Protocol/Ip6Config.h>
|
||||
#include <ipxe/efi/Protocol/LoadFile.h>
|
||||
@@ -182,6 +183,10 @@ EFI_GUID efi_ip4_protocol_guid
|
||||
EFI_GUID efi_ip4_config_protocol_guid
|
||||
= EFI_IP4_CONFIG_PROTOCOL_GUID;
|
||||
|
||||
/** IPv4 configuration 2 protocol GUID */
|
||||
EFI_GUID efi_ip4_config2_protocol_guid
|
||||
= EFI_IP4_CONFIG2_PROTOCOL_GUID;
|
||||
|
||||
/** IPv4 service binding protocol GUID */
|
||||
EFI_GUID efi_ip4_service_binding_protocol_guid
|
||||
= EFI_IP4_SERVICE_BINDING_PROTOCOL_GUID;
|
||||
|
||||
Reference in New Issue
Block a user