From 750326e5d540885e3ec36bda9464b8269249f6ce Mon Sep 17 00:00:00 2001 From: Po-Yu Chuang Date: Mon, 10 Aug 2009 11:00:00 +0800 Subject: arm: A320: driver for FTMAC100 ethernet controller This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board. Signed-off-by: Po-Yu Chuang Signed-off-by: Ben Warren --- include/netdev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/netdev.h') diff --git a/include/netdev.h b/include/netdev.h index 3e66586b4..50329a3f5 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -51,6 +51,7 @@ int eepro100_initialize(bd_t *bis); int eth_3com_initialize (bd_t * bis); int fec_initialize (bd_t *bis); int fecmxc_initialize (bd_t *bis); +int ftmac100_initialize(bd_t *bits); int greth_initialize(bd_t *bis); void gt6426x_eth_initialize(bd_t *bis); int inca_switch_initialize(bd_t *bis); -- cgit v1.2.3