diff options
Diffstat (limited to 'include/asm-sh64/io.h')
| -rw-r--r-- | include/asm-sh64/io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-sh64/io.h b/include/asm-sh64/io.h index dee4f77929a4..252fedbb6621 100644 --- a/include/asm-sh64/io.h +++ b/include/asm-sh64/io.h | |||
| @@ -123,6 +123,13 @@ void insw(unsigned long port, void *addr, unsigned long count); | |||
| 123 | void outsl(unsigned long port, const void *addr, unsigned long count); | 123 | void outsl(unsigned long port, const void *addr, unsigned long count); |
| 124 | void insl(unsigned long port, void *addr, unsigned long count); | 124 | void insl(unsigned long port, void *addr, unsigned long count); |
| 125 | 125 | ||
| 126 | #define __raw_readb readb | ||
| 127 | #define __raw_readw readw | ||
| 128 | #define __raw_readl readl | ||
| 129 | #define __raw_writeb writeb | ||
| 130 | #define __raw_writew writew | ||
| 131 | #define __raw_writel writel | ||
| 132 | |||
| 126 | void memcpy_toio(void __iomem *to, const void *from, long count); | 133 | void memcpy_toio(void __iomem *to, const void *from, long count); |
| 127 | void memcpy_fromio(void *to, void __iomem *from, long count); | 134 | void memcpy_fromio(void *to, void __iomem *from, long count); |
| 128 | 135 | ||
