efi_driver: EFI block driver
[oweals/u-boot.git] / include / efi_loader.h
index 563c7ba3cf45ca1ea31848b606ff8deadac74fe6..21c03c5c28f88560f4932feff51be25edcda7277 100644 (file)
@@ -271,6 +271,8 @@ efi_status_t efi_get_memory_map(efi_uintn_t *memory_map_size,
 /* Adds a range into the EFI memory map */
 uint64_t efi_add_memory_map(uint64_t start, uint64_t pages, int memory_type,
                            bool overlap_only_ram);
+/* Called by board init to initialize the EFI drivers */
+int efi_driver_init(void);
 /* Called by board init to initialize the EFI memory map */
 int efi_memory_init(void);
 /* Adds new or overrides configuration table entry to the system table */