]> Git Repo - J-u-boot.git/blobdiff - include/efi_loader.h
efi_loader: efi_disk_register: correctly determine if_type_name
[J-u-boot.git] / include / efi_loader.h
index 37389c33cc2b97c4dbb313a0dd88847f1c0fcd0d..6b623d832704d0472fd27155b9d6fc3dd68b5b39 100644 (file)
@@ -304,9 +304,9 @@ struct efi_device_path *efi_dp_from_eth(void);
 struct efi_device_path *efi_dp_from_mem(uint32_t mem_type,
                                        uint64_t start_address,
                                        uint64_t end_address);
-void efi_dp_split_file_path(struct efi_device_path *full_path,
-                           struct efi_device_path **device_path,
-                           struct efi_device_path **file_path);
+efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path,
+                                   struct efi_device_path **device_path,
+                                   struct efi_device_path **file_path);
 
 #define EFI_DP_TYPE(_dp, _type, _subtype) \
        (((_dp)->type == DEVICE_PATH_TYPE_##_type) && \
This page took 0.026781 seconds and 4 git commands to generate.