diff options
Diffstat (limited to 'include/netdev.h')
| -rw-r--r-- | include/netdev.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/netdev.h b/include/netdev.h index 71fe80561..64e581601 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -54,6 +54,8 @@ int designware_initialize(u32 id, ulong base_addr, u32 phy_addr);  int dnet_eth_initialize(int id, void *regs, unsigned int phy_addr);  int e1000_initialize(bd_t *bis);  int eepro100_initialize(bd_t *bis); +int enc28j60_initialize(unsigned int bus, unsigned int cs, +	unsigned int max_hz, unsigned int mode);  int ep93xx_eth_initialize(u8 dev_num, int base_addr);  int ethoc_initialize(u8 dev_num, int base_addr);  int eth_3com_initialize (bd_t * bis); |