efi_loader: Expose efi_reinstall_protocol_interface in efi_loader.h
This is done so that the device path protocol interface of the network device can be changed internally by u-boot when a new bootfile gets downloaded. Signed-off-by: Adriano Cordova <adriano.cordova@canonical.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:

committed by
Heinrich Schuchardt

parent
ea958a0c7d
commit
c3cf134a41
@@ -711,6 +711,11 @@ efi_status_t efi_search_protocol(const efi_handle_t handle,
|
||||
efi_status_t efi_add_protocol(const efi_handle_t handle,
|
||||
const efi_guid_t *protocol,
|
||||
void *protocol_interface);
|
||||
/* Reinstall a protocol on a handle */
|
||||
efi_status_t EFIAPI efi_reinstall_protocol_interface(
|
||||
efi_handle_t handle,
|
||||
const efi_guid_t *protocol,
|
||||
void *old_interface, void *new_interface);
|
||||
/* Open protocol */
|
||||
efi_status_t efi_protocol_open(struct efi_handler *handler,
|
||||
void **protocol_interface, void *agent_handle,
|
||||
|
Reference in New Issue
Block a user