diff options
Diffstat (limited to 'include/net/ax88796.h')
-rw-r--r-- | include/net/ax88796.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ax88796.h b/include/net/ax88796.h index ee786a043b3..51329dae44e 100644 --- a/include/net/ax88796.h +++ b/include/net/ax88796.h @@ -14,6 +14,7 @@ #define AXFLG_HAS_EEPROM (1<<0) #define AXFLG_MAC_FROMDEV (1<<1) /* device already has MAC */ +#define AXFLG_HAS_93CX6 (1<<2) /* use eeprom_93cx6 driver */ struct ax_plat_data { unsigned int flags; |