diff options
author | David S. Miller | 2008-02-12 17:51:26 -0800 |
---|---|---|
committer | David S. Miller | 2008-02-12 17:51:26 -0800 |
commit | b791dd3ed7bef989f268365e85800862e8ac756f (patch) | |
tree | cdad5dbc7abc845682759fc4687bde3f8d9fee4e /include | |
parent | 96b5a46e2a72dc1829370c87053e0cd558d58bc0 (diff) | |
parent | 651be3a2ba95bc30fcb737985741736e63231cdf (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dm9000.h b/include/linux/dm9000.h index 0008e2ad0c9f..a3750462f9e3 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 */ |