Re: [PATCH v5 01/11] efi: define struct efi_guid

2024-07-24 Thread Ilias Apalodimas
On Fri, 19 Jul 2024 at 15:43, Caleb Connolly wrote: > > This let's us forward declare efi_guid_t in the UUID code without > pulling in efi.h > > Signed-off-by: Caleb Connolly > --- > include/efi.h | 2 +- > tools/eficapsule.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > di

[PATCH v5 01/11] efi: define struct efi_guid

2024-07-19 Thread Caleb Connolly
This let's us forward declare efi_guid_t in the UUID code without pulling in efi.h Signed-off-by: Caleb Connolly --- include/efi.h | 2 +- tools/eficapsule.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/efi.h b/include/efi.h index c3c4b93f860a..b92c961a2afd