diff options
Diffstat (limited to 'include/linux/iommu.h')
-rw-r--r-- | include/linux/iommu.h | 2 |
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 | ||
28 | struct bus_type; | ||
28 | struct device; | 29 | struct device; |
29 | 30 | ||
30 | struct iommu_domain { | 31 | struct iommu_domain { |
@@ -52,6 +53,7 @@ struct iommu_ops { | |||
52 | }; | 53 | }; |
53 | 54 | ||
54 | extern void register_iommu(struct iommu_ops *ops); | 55 | extern void register_iommu(struct iommu_ops *ops); |
56 | extern int bus_set_iommu(struct bus_type *bus, struct iommu_ops *ops); | ||
55 | extern bool iommu_found(void); | 57 | extern bool iommu_found(void); |
56 | extern struct iommu_domain *iommu_domain_alloc(void); | 58 | extern struct iommu_domain *iommu_domain_alloc(void); |
57 | extern void iommu_domain_free(struct iommu_domain *domain); | 59 | extern void iommu_domain_free(struct iommu_domain *domain); |