aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iommu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/iommu.h')
-rw-r--r--include/linux/iommu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h
index 6470cd87b4ea..dca83d3405b1 100644
--- a/include/linux/iommu.h
+++ b/include/linux/iommu.h
@@ -25,6 +25,7 @@
25#define IOMMU_WRITE (2) 25#define IOMMU_WRITE (2)
26#define IOMMU_CACHE (4) /* DMA cache coherency */ 26#define IOMMU_CACHE (4) /* DMA cache coherency */
27 27
28struct bus_type;
28struct device; 29struct device;
29 30
30struct iommu_domain { 31struct iommu_domain {
@@ -52,6 +53,7 @@ struct iommu_ops {
52}; 53};
53 54
54extern void register_iommu(struct iommu_ops *ops); 55extern void register_iommu(struct iommu_ops *ops);
56extern int bus_set_iommu(struct bus_type *bus, struct iommu_ops *ops);
55extern bool iommu_found(void); 57extern bool iommu_found(void);
56extern struct iommu_domain *iommu_domain_alloc(void); 58extern struct iommu_domain *iommu_domain_alloc(void);
57extern void iommu_domain_free(struct iommu_domain *domain); 59extern void iommu_domain_free(struct iommu_domain *domain);