On Thu, 2023-10-19 at 11:24 +0200, Jan Beulich wrote: > On 14.09.2023 16:56, Oleksii Kurochko wrote: > > --- /dev/null > > +++ b/xen/include/asm-generic/hypercall.h > > @@ -0,0 +1,14 @@ > > +/* SPDX-License-Identifier: GPL-2.0-only */ > > +#ifndef __ASM_GENERIC_HYPERCALL_H__ > > +#define __ASM_GENERIC_HYPERCALL_H__ > > + > > +#endif /* __ASM_GENERIC_HYPERCALL_H__ */ > > This lacks the "should not be included directly" guard that x86 and > Arm > headers have. Thanks. I'll add it.
~ Oleksii