diff options
author | Ilya Yanok <yanok@emcraft.com> | 2009-02-09 18:45:28 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-02-10 00:16:27 +0100 |
commit | 62cbc408f52fc9a5eb849e0b882c504780c9d183 (patch) | |
tree | f9a061d34c164f0091d2d0b211374946740866da /include/netdev.h | |
parent | 54dc517328709c204a9cbf7a253d9f8e6c4b26ec (diff) | |
download | u-boot-62cbc408f52fc9a5eb849e0b882c504780c9d183.zip u-boot-62cbc408f52fc9a5eb849e0b882c504780c9d183.tar.gz u-boot-62cbc408f52fc9a5eb849e0b882c504780c9d183.tar.bz2 |
dnet: driver for Dave DNET ethernet controller
Driver for Dave DNET ethernet controller (used on Dave/DENX
QongEVB-LITE board).
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Acked-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/netdev.h')
-rw-r--r-- | include/netdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netdev.h b/include/netdev.h index ce1ecbd..5c568f3 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -44,6 +44,7 @@ int cpu_eth_init(bd_t *bis); int au1x00_enet_initialize(bd_t*); int bfin_EMAC_initialize(bd_t *bis); int dc21x4x_initialize(bd_t *bis); +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 eth_3com_initialize (bd_t * bis); |