diff options
Diffstat (limited to 'include/linux/smsc911x.h')
-rw-r--r-- | include/linux/smsc911x.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/smsc911x.h b/include/linux/smsc911x.h index 47c4ffd10dbb..1cbf0313adde 100644 --- a/include/linux/smsc911x.h +++ b/include/linux/smsc911x.h | |||
@@ -28,6 +28,7 @@ | |||
28 | struct smsc911x_platform_config { | 28 | struct smsc911x_platform_config { |
29 | unsigned int irq_polarity; | 29 | unsigned int irq_polarity; |
30 | unsigned int irq_type; | 30 | unsigned int irq_type; |
31 | unsigned int flags; | ||
31 | phy_interface_t phy_interface; | 32 | phy_interface_t phy_interface; |
32 | }; | 33 | }; |
33 | 34 | ||
@@ -39,4 +40,8 @@ struct smsc911x_platform_config { | |||
39 | #define SMSC911X_IRQ_TYPE_OPEN_DRAIN 0 | 40 | #define SMSC911X_IRQ_TYPE_OPEN_DRAIN 0 |
40 | #define SMSC911X_IRQ_TYPE_PUSH_PULL 1 | 41 | #define SMSC911X_IRQ_TYPE_PUSH_PULL 1 |
41 | 42 | ||
43 | /* Constants for flags */ | ||
44 | #define SMSC911X_USE_16BIT (BIT(0)) | ||
45 | #define SMSC911X_USE_32BIT (BIT(1)) | ||
46 | |||
42 | #endif /* __LINUX_SMSC911X_H__ */ | 47 | #endif /* __LINUX_SMSC911X_H__ */ |