diff options
Diffstat (limited to 'include/asm-x86/iommu.h')
-rw-r--r-- | include/asm-x86/iommu.h | 11 |
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 | ||
4 | extern void pci_iommu_shutdown(void); | 4 | extern void pci_iommu_shutdown(void); |
5 | extern void no_iommu_init(void); | 5 | extern void no_iommu_init(void); |
6 | extern struct dma_mapping_ops nommu_dma_ops; | ||
6 | extern int force_iommu, no_iommu; | 7 | extern int force_iommu, no_iommu; |
7 | extern int iommu_detected; | 8 | extern int iommu_detected; |
8 | 9 | ||
@@ -25,10 +26,18 @@ extern void gart_iommu_hole_init(void); | |||
25 | static inline void early_gart_iommu_check(void) | 26 | static inline void early_gart_iommu_check(void) |
26 | { | 27 | { |
27 | } | 28 | } |
28 | 29 | static inline void gart_iommu_init(void) | |
30 | { | ||
31 | } | ||
29 | static inline void gart_iommu_shutdown(void) | 32 | static inline void gart_iommu_shutdown(void) |
30 | { | 33 | { |
31 | } | 34 | } |
35 | static inline void gart_parse_options(char *options) | ||
36 | { | ||
37 | } | ||
38 | static inline void gart_iommu_hole_init(void) | ||
39 | { | ||
40 | } | ||
32 | #endif | 41 | #endif |
33 | 42 | ||
34 | #endif | 43 | #endif |