X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fiommu.h;h=ecc8061904a9ee27210d27efd74dfe4534212fb6;hb=15d3b4a26291c170563e2b25ded5de1324f93959;hp=068c9a40aa5b10c81f5123bf80c3b212cda32840;hpb=751851af7aae9b8bd5a60b3897209081fbc18b2b;p=linux-2.6 diff --git a/include/asm-x86/iommu.h b/include/asm-x86/iommu.h index 068c9a40aa..ecc8061904 100644 --- a/include/asm-x86/iommu.h +++ b/include/asm-x86/iommu.h @@ -3,6 +3,7 @@ extern void pci_iommu_shutdown(void); extern void no_iommu_init(void); +extern struct dma_mapping_ops nommu_dma_ops; extern int force_iommu, no_iommu; extern int iommu_detected; @@ -25,10 +26,18 @@ extern void gart_iommu_hole_init(void); static inline void early_gart_iommu_check(void) { } - +static inline void gart_iommu_init(void) +{ +} static inline void gart_iommu_shutdown(void) { } +static inline void gart_parse_options(char *options) +{ +} +static inline void gart_iommu_hole_init(void) +{ +} #endif #endif