[efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definition

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-10-16 23:27:50 +01:00
parent f796d5b6b6
commit 0be77e959e
4 changed files with 216 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ static struct efi_well_known_guid efi_well_known_guids[] = {
"ArpSb" },
{ &efi_block_io_protocol_guid,
"BlockIo" },
{ &efi_block_io2_protocol_guid,
"BlockIo2" },
{ &efi_bus_specific_driver_override_protocol_guid,
"BusSpecificDriverOverride" },
{ &efi_component_name_protocol_guid,