mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 04:28:12 +03:00
[efi] Centralise definitions of more protocol GUIDs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -68,6 +68,8 @@ static struct efi_well_known_guid efi_well_known_guids[] = {
|
||||
"DiskIo" },
|
||||
{ &efi_graphics_output_protocol_guid,
|
||||
"GraphicsOutput" },
|
||||
{ &efi_hii_config_access_protocol_guid,
|
||||
"HiiConfigAccess" },
|
||||
{ &efi_load_file_protocol_guid,
|
||||
"LoadFile" },
|
||||
{ &efi_load_file2_protocol_guid,
|
||||
@@ -76,6 +78,10 @@ static struct efi_well_known_guid efi_well_known_guids[] = {
|
||||
"LoadedImage" },
|
||||
{ &efi_loaded_image_device_path_protocol_guid,
|
||||
"LoadedImageDevicePath"},
|
||||
{ &efi_nii_protocol_guid,
|
||||
"Nii" },
|
||||
{ &efi_nii31_protocol_guid,
|
||||
"Nii31" },
|
||||
{ &efi_pci_io_protocol_guid,
|
||||
"PciIo" },
|
||||
{ &efi_pci_root_bridge_io_protocol_guid,
|
||||
|
||||
Reference in New Issue
Block a user