patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-cris / io.h
index b89c1f9..ac8807b 100644 (file)
@@ -72,6 +72,8 @@ extern void iounmap(void *addr);
 
 #define IO_SPACE_LIMIT 0xffff
 #define inb(x) (0)
+#define inw(x) (0)
+#define inl(x) (0)
 #define outb(x,y)
 #define outw(x,y)
 #define outl(x,y)