On Tue, Aug 24, 2021 at 04:46:44PM +0200, Christoph Hellwig wrote: > Create a new private drivers/vfio/vfio.h header for the interface between > the VFIO core and the iommu drivers. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > drivers/vfio/vfio.c | 1 + > drivers/vfio/vfio.h | 47 +++++++++++++++++++++++++++++ > drivers/vfio/vfio_iommu_spapr_tce.c | 1 + > drivers/vfio/vfio_iommu_type1.c | 1 + > include/linux/vfio.h | 44 --------------------------- > 5 files changed, 50 insertions(+), 44 deletions(-) > create mode 100644 drivers/vfio/vfio.h Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason