mirror of
https://xff.cz/git/u-boot/
synced 2025-10-20 01:14:39 +02:00
efi_loader: make efi_protocol_open() non-static
Provide efi_protocol_open() as library function. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -2779,7 +2779,7 @@ static void EFIAPI efi_set_mem(void *buffer, size_t size, uint8_t value)
|
||||
*
|
||||
* Return: status code
|
||||
*/
|
||||
static efi_status_t efi_protocol_open(
|
||||
efi_status_t efi_protocol_open(
|
||||
struct efi_handler *handler,
|
||||
void **protocol_interface, void *agent_handle,
|
||||
void *controller_handle, uint32_t attributes)
|
||||
|
Reference in New Issue
Block a user