On 07.10.2024 19:57, Jason Andryuk wrote: > On 2024-10-06 17:49, Daniel P. Smith wrote: >> --- /dev/null >> +++ b/xen/arch/x86/include/asm/bootinfo.h >> @@ -0,0 +1,29 @@ >> +/* SPDX-License-Identifier: GPL-2.0-or-later */ >> +/* >> + * Copyright (c) 2024 Christopher Clark <christopher.w.cl...@gmail.com> >> + * Copyright (c) 2024 Apertus Solutions, LLC >> + * Author: Daniel P. Smith <dpsm...@apertussolutions.com> >> + */ >> + >> +#ifndef __XEN_X86_BOOTINFO_H__ >> +#define __XEN_X86_BOOTINFO_H__ > > I haven't been following closely, but I think if we follow Frediano's > naming scheme, it would be: > ASM__X86__BOOTINFO_H
The new scheme became "official" only after Daniel posted the series, by me actually committing what previously was only a proposal (coming from Bugseng originally, as a result of long winded discussions). But yes, now that it's official new headers ought to adhere to it. Jan