]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/netdev.h
tsec: Fix MDIO on devices with eTSEC2
[karo-tx-uboot.git] / include / netdev.h
index 1a542e8e927d5fd962d681c0a4df7f67b497fc68..6f0a971b7e2892cdff18a57034ba1d5920c074e9 100644 (file)
@@ -93,6 +93,7 @@ int uli526x_initialize(bd_t *bis);
 int xilinx_emaclite_initialize (bd_t *bis, int base_addr);
 int sh_eth_initialize(bd_t *bis);
 int dm9000_initialize(bd_t *bis);
+int fecmxc_initialize(bd_t *bis);
 
 /* Boards with PCI network controllers can call this from their board_eth_init()
  * function to initialize whatever's on board.