On Fri, Jun 13, 2025 at 11:12:47AM +0100, Frediano Ziglio wrote: > Just code style change. > > Signed-off-by: Frediano Ziglio <frediano.zig...@cloud.com> > --- > xen/include/xen/pci.h | 26 +++++++++++++-------------
I think if you change the types of the declarations in pci.h you should also change the types of the definitions in pci.c. Thanks, Roger.