Re: [PATCH 1/1] efi_loader: move struct efi_device_path to efi.h

2023-03-20 Thread Ilias Apalodimas
Hi Heinrich, On Sun, Mar 19, 2023 at 08:59:33AM +0100, Heinrich Schuchardt wrote: > Avoid forward declaration of struct efi_device_path. > > Signed-off-by: Heinrich Schuchardt > --- > include/efi.h | 13 - > include/efi_api.h | 6 -- > 2 files changed, 12 insertions(+), 7 de

Re: [PATCH 1/1] efi_loader: move struct efi_device_path to efi.h

2023-03-19 Thread Simon Glass
On Sun, 19 Mar 2023 at 20:59, Heinrich Schuchardt wrote: > > Avoid forward declaration of struct efi_device_path. > > Signed-off-by: Heinrich Schuchardt > --- > include/efi.h | 13 - > include/efi_api.h | 6 -- > 2 files changed, 12 insertions(+), 7 deletions(-) > Reviewed-

[PATCH 1/1] efi_loader: move struct efi_device_path to efi.h

2023-03-19 Thread Heinrich Schuchardt
Avoid forward declaration of struct efi_device_path. Signed-off-by: Heinrich Schuchardt --- include/efi.h | 13 - include/efi_api.h | 6 -- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/include/efi.h b/include/efi.h index c3087d3da2..2f312da3cb 100644 --- a