From 79788bb19ac0c68cef77bd92d3365bdf2989339d Mon Sep 17 00:00:00 2001 From: Ajay Bhargav <[ajay.bhargav@einfochips.com]> Date: Tue, 13 Sep 2011 22:21:58 +0530 Subject: net: Adds Fast Ethernet Controller driver for Armada100 This patch adds support for Fast Ethernet Controller driver for Armada100 series. Signed-off-by: Ajay Bhargav Signed-off-by: Prafulla Wadaskar --- include/netdev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/netdev.h b/include/netdev.h index 96c7b9b..5c5941c 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -94,6 +94,7 @@ int smc911x_initialize(u8 dev_num, int base_addr); int tsi108_eth_initialize(bd_t *bis); int uec_standard_init(bd_t *bis); int uli526x_initialize(bd_t *bis); +int armada100_fec_register(unsigned long base_addr); int xilinx_emaclite_initialize (bd_t *bis, int base_addr); /* Boards with PCI network controllers can call this from their board_eth_init() -- cgit v1.1