fixes ifxmips pci support and adds GENERIC_GPIO
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / files / include / asm-mips / ifxmips / ifxmips.h
index 3575596f5009e98daf9aee97abcb27ad57078a55..70e5ec9c0ed3772425583c0c0d69c6a5321e3547 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef _IFXMIPS_H__
 #define _IFXMIPS_H__
 
+#define ifxmips_r32(reg) __raw_readl(reg)
+#define ifxmips_w32(val,reg) __raw_writel(val,reg)
 
 /*------------ GENERAL */