[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH v3 04/16] xen/arm: address violations of MISRA C:2012 Directive 4.10
On 11/03/24 11:10, Jan Beulich wrote: On 11.03.2024 09:59, Simone Ballarin wrote:--- a/xen/arch/arm/efi/efi-boot.h +++ b/xen/arch/arm/efi/efi-boot.h @@ -3,6 +3,10 @@ * is intended to be included by common/efi/boot.c _only_, and * therefore can define arch specific global variables. */ + +#ifndef XEN_ARCH_ARM_EFI_EFI_BOOT_H +#define XEN_ARCH_ARM_EFI_EFI_BOOT_HRelated to my question raised against the cover letter, what does the XEN_ prefix gain us here? All building of the hypervisor binaries happens inside the xen/ subtree. Jan what do you thing about adding this rule: arch/<arch>/<subdir>/<filename> -> <ARCH>_<subdir>_<filename>_H ? -- Simone Ballarin, M.Sc. Field Application Engineer, BUGSENG (https://bugseng.com)
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |