mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
[efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -28,6 +28,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#include <ipxe/efi/Protocol/AppleNetBoot.h>
|
||||
#include <ipxe/efi/Protocol/Arp.h>
|
||||
#include <ipxe/efi/Protocol/BlockIo.h>
|
||||
#include <ipxe/efi/Protocol/BlockIo2.h>
|
||||
#include <ipxe/efi/Protocol/BusSpecificDriverOverride.h>
|
||||
#include <ipxe/efi/Protocol/ComponentName.h>
|
||||
#include <ipxe/efi/Protocol/ComponentName2.h>
|
||||
@@ -101,6 +102,10 @@ EFI_GUID efi_arp_service_binding_protocol_guid
|
||||
EFI_GUID efi_block_io_protocol_guid
|
||||
= EFI_BLOCK_IO_PROTOCOL_GUID;
|
||||
|
||||
/** Block I/O version 2 protocol GUID */
|
||||
EFI_GUID efi_block_io2_protocol_guid
|
||||
= EFI_BLOCK_IO2_PROTOCOL_GUID;
|
||||
|
||||
/** Bus specific driver override protocol GUID */
|
||||
EFI_GUID efi_bus_specific_driver_override_protocol_guid
|
||||
= EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL_GUID;
|
||||
|
||||
Reference in New Issue
Block a user