diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/iommu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index e63a818925d1..88f91968710c 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -370,6 +370,9 @@ static inline size_t iommu_map_sg(struct iommu_domain *domain, extern int iommu_dma_supported(struct iommu_domain *domain, struct device *dev, u64 mask); +/* PCI device grouping function */ +extern struct iommu_group *pci_device_group(struct device *dev); + #else /* CONFIG_IOMMU_API */ struct iommu_ops {}; |
