diff options
| author | Prafulla Wadaskar <[email protected]> | 2009-06-14 22:33:46 +0530 |
|---|---|---|
| committer | Ben Warren <[email protected]> | 2009-06-15 00:13:55 -0700 |
| commit | 9131589ada4dda0718604d0a425ca46e52775f6e (patch) | |
| tree | 7ac0566cf4ab10b764b875fe2cdb3f9b0a071fad /include/netdev.h | |
| parent | 7835f4b94927ecb5affd99aad62592108db606ad (diff) | |
net: Add Marvell Kirkwood gigabit ethernet driver
This patch adds a egiga driver for the Marvell Kirkwood SoC's.
Contributors:
Yotam Admon <[email protected]>
Michael Blostein <[email protected]
Reviewed-by: Ronen Shitrit <[email protected]>
Acked-by: Stefan Rose <[email protected]>
Signed-off-by: Prafulla Wadaskar <[email protected]>
Signed-off-by: Ben Warren <[email protected]>
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 df3bc6341f7..55710705f08 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -53,6 +53,7 @@ int fec_initialize (bd_t *bis); int greth_initialize(bd_t *bis); void gt6426x_eth_initialize(bd_t *bis); int inca_switch_initialize(bd_t *bis); +int kirkwood_egiga_initialize(bd_t *bis); int macb_eth_initialize(int id, void *regs, unsigned int phy_addr); int mcdmafec_initialize(bd_t *bis); int mcffec_initialize(bd_t *bis); |
