diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-11-21 12:04:18 +0900 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-01-24 20:45:51 -0800 |
commit | bd3980cc095af1728b994cdd8bf1ac430b6289e6 (patch) | |
tree | 60ff68067a44649aec1770253279336b5470e7c2 /include/netdev.h | |
parent | 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6 (diff) | |
download | u-boot-imx-bd3980cc095af1728b994cdd8bf1ac430b6289e6.zip u-boot-imx-bd3980cc095af1728b994cdd8bf1ac430b6289e6.tar.gz u-boot-imx-bd3980cc095af1728b994cdd8bf1ac430b6289e6.tar.bz2 |
sh: sh_eth: Change new network API
sh_eth used old network API. This patch changed new API.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-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 751f0da..a7d662d 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -70,6 +70,7 @@ int skge_initialize(bd_t *bis); int tsi108_eth_initialize(bd_t *bis); int uec_initialize(int index); int uli526x_initialize(bd_t *bis); +int sh_eth_initialize(bd_t *bis); /* Boards with PCI network controllers can call this from their board_eth_init() * function to initialize whatever's on board. |