aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dm9000.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dm9000.h')
-rw-r--r--include/linux/dm9000.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dm9000.h b/include/linux/dm9000.h
index a3750462f9e3..c30879cf93bc 100644
--- a/include/linux/dm9000.h
+++ b/include/linux/dm9000.h
@@ -21,11 +21,13 @@
21#define DM9000_PLATF_32BITONLY (0x0004) 21#define DM9000_PLATF_32BITONLY (0x0004)
22#define DM9000_PLATF_EXT_PHY (0x0008) 22#define DM9000_PLATF_EXT_PHY (0x0008)
23#define DM9000_PLATF_NO_EEPROM (0x0010) 23#define DM9000_PLATF_NO_EEPROM (0x0010)
24#define DM9000_PLATF_SIMPLE_PHY (0x0020) /* Use NSR to find LinkStatus */
24 25
25/* platfrom data for platfrom device structure's platfrom_data field */ 26/* platfrom data for platfrom device structure's platfrom_data field */
26 27
27struct dm9000_plat_data { 28struct dm9000_plat_data {
28 unsigned int flags; 29 unsigned int flags;
30 unsigned char dev_addr[6];
29 31
30 /* allow replacement IO routines */ 32 /* allow replacement IO routines */
31 33