summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-01-10 14:33:59 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-10 11:15:33 +0300
commitf9ad240e65ac2f45d7b0acd770b5d79e50c3d92f (patch)
treee5ba0d85640f4ef670d7fb71267704393f85e9c6 /lib/efi_loader/efi_boottime.c
parent7f8e656338c442c300034bd5119a2b798a1b098c (diff)
downloadu-boot-f9ad240e65ac2f45d7b0acd770b5d79e50c3d92f.tar.xz
efi_loader: make efi_protocol_open() non-static
Provide efi_protocol_open() as library function. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_loader/efi_boottime.c')
-rw-r--r--lib/efi_loader/efi_boottime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c
index 9bd63b6e52..03053e8660 100644
--- a/lib/efi_loader/efi_boottime.c
+++ b/lib/efi_loader/efi_boottime.c
@@ -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)