diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-10-16 23:27:50 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-10-16 23:27:50 +0100 |
commit | 0be77e959e813773cac10f049cb62c83258f81ff (patch) | |
tree | b563866bdde8b44742305862d3f9128f4a0682c1 /src/interface/efi/efi_debug.c | |
parent | f796d5b6b63d3b986996458b4dbed4679e1abb3a (diff) | |
download | ipxe-0be77e959e813773cac10f049cb62c83258f81ff.tar.gz |
[efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efi_debug.c')
-rw-r--r-- | src/interface/efi/efi_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/efi/efi_debug.c b/src/interface/efi/efi_debug.c index 19531fdc1..dc9ed85c4 100644 --- a/src/interface/efi/efi_debug.c +++ b/src/interface/efi/efi_debug.c @@ -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, |