> -----Original Message----- > From: Anthony PERARD [mailto:[email protected]] > Sent: 17 June 2019 16:41 > To: [email protected] > Cc: [email protected]; Anthony Perard > <[email protected]>; Stefano Stabellini > <[email protected]>; Paul Durrant <[email protected]> > Subject: [PATCH 2/4] xen: Import other xen/io/*.h > > Following "xen: Fix build with public headers", import other Xen > public headers that are describing interfaces. > > Import fbif.h, kbdif.h, netif.h, console.h, xenbus.h, protocols.h. > > While editing xenfb.c, remove the include of event_channel.h as it > isn't needed. > > The headers are cleaned up a bit while importing them. The header > guard symbols are changed to match QEMU's coding style, some other > part of the file that QEMU doesn't use are removed. > > Signed-off-by: Anthony PERARD <[email protected]>
Reviewed-by: Paul Durrant <[email protected]>
