aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/iommu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/iommu.h')
-rw-r--r--include/asm-x86/iommu.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/asm-x86/iommu.h b/include/asm-x86/iommu.h
index 068c9a40aa5b..ecc8061904a9 100644
--- a/include/asm-x86/iommu.h
+++ b/include/asm-x86/iommu.h
@@ -3,6 +3,7 @@
3 3
4extern void pci_iommu_shutdown(void); 4extern void pci_iommu_shutdown(void);
5extern void no_iommu_init(void); 5extern void no_iommu_init(void);
6extern struct dma_mapping_ops nommu_dma_ops;
6extern int force_iommu, no_iommu; 7extern int force_iommu, no_iommu;
7extern int iommu_detected; 8extern int iommu_detected;
8 9
@@ -25,10 +26,18 @@ extern void gart_iommu_hole_init(void);
25static inline void early_gart_iommu_check(void) 26static inline void early_gart_iommu_check(void)
26{ 27{
27} 28}
28 29static inline void gart_iommu_init(void)
30{
31}
29static inline void gart_iommu_shutdown(void) 32static inline void gart_iommu_shutdown(void)
30{ 33{
31} 34}
35static inline void gart_parse_options(char *options)
36{
37}
38static inline void gart_iommu_hole_init(void)
39{
40}
32#endif 41#endif
33 42
34#endif 43#endif