On 07.07.2025 11:01, Oleksii Kurochko wrote: > --- /dev/null > +++ b/xen/arch/riscv/aplic-priv.h > @@ -0,0 +1,34 @@ > +/* SPDX-License-Identifier: MIT */ > + > +/* > + * xen/arch/riscv/aplic-priv.h > + * > + * Private part of aplic.h header. > + * > + * RISC-V Advanced Platform-Level Interrupt Controller support > + * > + * Copyright (c) Microchip. > + * Copyright (c) Vates. > + */ > + > +#ifndef ASM_RISCV_PRIV_APLIC_H > +#define ASM_RISCV_PRIV_APLIC_H
While, as indicated in an earlier reply, I didn't make the section placement change originally suggested, I did take the liberty to correct the order of name components of this header guard. Jan