Re: [PATCH 1/2] efi_loader: export efi_get_configuration_table

2024-01-26 Thread Ilias Apalodimas
On Fri, 26 Jan 2024 at 09:54, Heinrich Schuchardt wrote: > > 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 > --- > include/efi_loader.h| 2 ++ >

[PATCH 1/2] efi_loader: export efi_get_configuration_table

2024-01-25 Thread Heinrich Schuchardt
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 --- include/efi_loader.h| 2 ++ lib/efi_loader/efi_helper.c | 6 +++--- 2 files changed, 5 insertions(+),