mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
efi_loader: export efi_get_configuration_table
In multiple places we need a function to find an EFI configuration table. Rename get_config_table() to efi_get_configuration_table() and export it. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
3a99d05a39
commit
fa0772180e
2 changed files with 5 additions and 3 deletions
|
@ -546,6 +546,8 @@ void efi_setup_console_size(void);
|
|||
/* Set up load options from environment variable */
|
||||
efi_status_t efi_env_set_load_options(efi_handle_t handle, const char *env_var,
|
||||
u16 **load_options);
|
||||
/* Get EFI configuration table */
|
||||
void *efi_get_configuration_table(const efi_guid_t *guid);
|
||||
/* Install device tree */
|
||||
efi_status_t efi_install_fdt(void *fdt);
|
||||
/* Execute loaded UEFI image */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue