On 01.07.2024 15:36, Alessandro Zucchelli wrote: > --- a/xen/arch/x86/efi/efi-boot.h > +++ b/xen/arch/x86/efi/efi-boot.h > @@ -3,6 +3,11 @@ > * is intended to be included by common/efi/boot.c _only_, and > * therefore can define arch specific global variables. > */ > + > +#ifndef X86_EFI_EFI_BOOT_H > +#define X86_EFI_EFI_BOOT_H > + > + > #include <xen/vga.h> > #include <asm/e820.h> > #include <asm/edd.h>
Nit: No double blank lines please, anywhere. Jan
