]> Pileus Git - ~andy/linux/blobdiff - include/asm-powerpc/machdep.h
[POWERPC] Remove last_syscall
[~andy/linux] / include / asm-powerpc / machdep.h
index 23580cf5504c3eb8f1c6668363f5878a46f3170f..1b04e57235482ae59f276c89a9bbc6e0baa1ef4b 100644 (file)
@@ -87,6 +87,10 @@ struct machdep_calls {
        void            (*tce_flush)(struct iommu_table *tbl);
        void            (*pci_dma_dev_setup)(struct pci_dev *dev);
        void            (*pci_dma_bus_setup)(struct pci_bus *bus);
+
+       void __iomem *  (*ioremap)(phys_addr_t addr, unsigned long size,
+                                  unsigned long flags);
+       void            (*iounmap)(volatile void __iomem *token);
 #endif /* CONFIG_PPC64 */
 
        int             (*probe)(void);