Re: [PATCH v2 1/3] xen/multiboot: add proper struct definitions to typedefs

2022-12-20 Thread Jan Beulich
On 19.12.2022 15:45, Sergey Dyasli wrote: > This allows to use them for forward declaration in other headers. > > Signed-off-by: Sergey Dyasli Acked-by: Jan Beulich with ... > --- a/xen/include/xen/multiboot.h > +++ b/xen/include/xen/multiboot.h > @@ -46,23 +46,25 @@ > #ifndef __ASSEMBLY__ >

[PATCH v2 1/3] xen/multiboot: add proper struct definitions to typedefs

2022-12-19 Thread Sergey Dyasli
This allows to use them for forward declaration in other headers. Signed-off-by: Sergey Dyasli --- CC: George Dunlap CC: Julien Grall CC: Stefano Stabellini v1 --> v2: - New patch --- xen/include/xen/multiboot.h | 25 +++-- 1 file changed, 15 insertions(+), 10