]> git.sur5r.net Git - u-boot/blobdiff - lib/efi_loader/efi_boottime.c
efi_loader: make efi_create_handle non-static
[u-boot] / lib / efi_loader / efi_boottime.c
index b79b3aed49e67c083b3b04a6898f581d9880d1d3..06340fd673762f5cff92e5c5fa9409f7116bde80 100644 (file)
@@ -321,7 +321,13 @@ static efi_status_t EFIAPI efi_free_pool_ext(void *buffer)
        return EFI_EXIT(r);
 }
 
-static efi_status_t efi_create_handle(void **handle)
+/*
+ * Create handle.
+ *
+ * @handle     new handle
+ * @return     status code
+ */
+efi_status_t efi_create_handle(void **handle)
 {
        struct efi_object *obj;
        efi_status_t r;