aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-02-12 17:51:26 -0800
committerDavid S. Miller <davem@davemloft.net>2008-02-12 17:51:26 -0800
commitb791dd3ed7bef989f268365e85800862e8ac756f (patch)
treecdad5dbc7abc845682759fc4687bde3f8d9fee4e /include
parent96b5a46e2a72dc1829370c87053e0cd558d58bc0 (diff)
parent651be3a2ba95bc30fcb737985741736e63231cdf (diff)
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
Diffstat (limited to 'include')
-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 0008e2ad0c9..a3750462f9e 100644
--- a/include/linux/dm9000.h
+++ b/include/linux/dm9000.h
@@ -19,6 +19,8 @@
#define DM9000_PLATF_8BITONLY (0x0001)
#define DM9000_PLATF_16BITONLY (0x0002)
#define DM9000_PLATF_32BITONLY (0x0004)
+#define DM9000_PLATF_EXT_PHY (0x0008)
+#define DM9000_PLATF_NO_EEPROM (0x0010)
/* platfrom data for platfrom device structure's platfrom_data field */