]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/smc91x.h
smc91x: SMC_IO_SHIFT platform data support for default case
[linux-2.6-omap-h63xx.git] / drivers / net / smc91x.h
index 997e7f1d5c6e496b42bd602baf473f16acfd45e2..edea0732f1454dc0b5ee30a7e02256400dcc70c2 100644 (file)
@@ -446,6 +446,8 @@ static inline void LPD7_SMC_outsw (unsigned char* a, int r,
 #define SMC_CAN_USE_32BIT      1
 #define SMC_NOWAIT             1
 
+#define SMC_IO_SHIFT           (lp->io_shift)
+
 #define SMC_inb(a, r)          readb((a) + (r))
 #define SMC_inw(a, r)          readw((a) + (r))
 #define SMC_inl(a, r)          readl((a) + (r))