[NET] smc91x: provide configurable leds
[sfrench/cifs-2.6.git] / include / linux / smc91x.h
index 3827b922ba1f8b2d9f688cac0e3095c747793690..ed25483d25d90e7608f2e9cf9b0c47a34f8fef0f 100644 (file)
@@ -18,6 +18,8 @@
 
 struct smc91x_platdata {
        unsigned long flags;
+       unsigned char leda;
+       unsigned char ledb;
 };
 
 #endif /* __SMC91X_H__ */