[POWERPC] Refactor 64 bits DMA operations
[linux-2.6-block.git] / include / asm-powerpc / machdep.h
index 162205f62641a577861715a7b7c37f872c8d6935..ccc29744656e5bf54530f3172ccc61740a37ef2c 100644 (file)
@@ -84,8 +84,8 @@ struct machdep_calls {
        unsigned long   (*tce_get)(struct iommu_table *tbl,
                                    long index);
        void            (*tce_flush)(struct iommu_table *tbl);
-       void            (*iommu_dev_setup)(struct pci_dev *dev);
-       void            (*iommu_bus_setup)(struct pci_bus *bus);
+       void            (*pci_dma_dev_setup)(struct pci_dev *dev);
+       void            (*pci_dma_bus_setup)(struct pci_bus *bus);
 #endif /* CONFIG_PPC64 */
 
        int             (*probe)(void);