aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/smc91x.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/smc91x.h')
-rw-r--r--include/linux/smc91x.h2
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
17struct smc91x_platdata { 19struct smc91x_platdata {
18 unsigned long flags; 20 unsigned long flags;
19}; 21};