On Thu, Nov 17, 2022 at 07:27:15PM +0100, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > This structure is to be considered private to the IOMMU API. Except for > very few exceptions, IOMMU consumer drivers should treat this as opaque > data. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > include/linux/iommu.h | 4 ++++ > 1 file changed, 4 insertions(+) We should probably hiding the structure outside the IOMMU world then. But that's another path to go, so Acked-by: Joerg Roedel <jroedel@xxxxxxx>