efi: Move driver-binding guid to a common file
Move efi_guid_driver_binding_protocol to lib/efi so that it can be used from the app. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -321,8 +321,6 @@ extern const efi_guid_t efi_guid_console_control;
|
||||
extern const efi_guid_t efi_guid_device_path;
|
||||
/* GUID of the EFI system partition */
|
||||
extern const efi_guid_t efi_system_partition_guid;
|
||||
/* GUID of the EFI_DRIVER_BINDING_PROTOCOL */
|
||||
extern const efi_guid_t efi_guid_driver_binding_protocol;
|
||||
/* event group ExitBootServices() invoked */
|
||||
extern const efi_guid_t efi_guid_event_group_exit_boot_services;
|
||||
/* event group SetVirtualAddressMap() invoked */
|
||||
|
||||
Reference in New Issue
Block a user