]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh64/io.h
V4L/DVB (4546): Add u32 argument to VIDIOC_INT_RESET.
[linux-2.6-omap-h63xx.git] / include / asm-sh64 / io.h
index dee4f77929a45523089d5e98fa46a95ce890aa75..252fedbb6621e4cbd5df0f815d51ef7b4414a636 100644 (file)
@@ -123,6 +123,13 @@ void insw(unsigned long port, void *addr, unsigned long count);
 void outsl(unsigned long port, const void *addr, unsigned long count);
 void insl(unsigned long port, void *addr, unsigned long count);
 
+#define __raw_readb            readb
+#define __raw_readw            readw
+#define __raw_readl            readl
+#define __raw_writeb           writeb
+#define __raw_writew           writew
+#define __raw_writel           writel
+
 void memcpy_toio(void __iomem *to, const void *from, long count);
 void memcpy_fromio(void *to, void __iomem *from, long count);