|
@@ -127,12 +127,7 @@ static inline void sbus_memcpy_toio(volatile void __iomem *dst,
|
|
* Bus number may be embedded in the higher bits of the physical address.
|
|
* Bus number may be embedded in the higher bits of the physical address.
|
|
* This is why we have no bus number argument to ioremap().
|
|
* This is why we have no bus number argument to ioremap().
|
|
*/
|
|
*/
|
|
-void __iomem *ioremap(unsigned long offset, unsigned long size);
|
|
|
|
-#define ioremap_nocache(X,Y) ioremap((X),(Y))
|
|
|
|
-#define ioremap_wc(X,Y) ioremap((X),(Y))
|
|
|
|
-#define ioremap_wt(X,Y) ioremap((X),(Y))
|
|
|
|
void iounmap(volatile void __iomem *addr);
|
|
void iounmap(volatile void __iomem *addr);
|
|
-
|
|
|
|
/* Create a virtual mapping cookie for an IO port range */
|
|
/* Create a virtual mapping cookie for an IO port range */
|
|
void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
|
void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
|
void ioport_unmap(void __iomem *);
|
|
void ioport_unmap(void __iomem *);
|