diff options
Diffstat (limited to 'include/linux/smc91x.h')
-rw-r--r-- | include/linux/smc91x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/smc91x.h b/include/linux/smc91x.h index 0dea9459a8e4..3827b922ba1f 100644 --- a/include/linux/smc91x.h +++ b/include/linux/smc91x.h | |||
@@ -14,6 +14,8 @@ | |||
14 | #define SMC91X_IO_SHIFT_3 (3 << 4) | 14 | #define SMC91X_IO_SHIFT_3 (3 << 4) |
15 | #define SMC91X_IO_SHIFT(x) (((x) >> 4) & 0x3) | 15 | #define SMC91X_IO_SHIFT(x) (((x) >> 4) & 0x3) |
16 | 16 | ||
17 | #define SMC91X_USE_DMA (1 << 6) | ||
18 | |||
17 | struct smc91x_platdata { | 19 | struct smc91x_platdata { |
18 | unsigned long flags; | 20 | unsigned long flags; |
19 | }; | 21 | }; |