]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/bfin_mac.h
Blackfin: bfin_mac: force boards to setup the MAC themselves
[u-boot] / drivers / net / bfin_mac.h
index 084f53334880c6cd1985a2bdc6f7f335e4c1d319..8f467a309e12d33ab3229a9c2681e01cd190379f 100644 (file)
@@ -61,6 +61,6 @@ static void bfin_EMAC_halt(struct eth_device *dev);
 static int bfin_EMAC_send(struct eth_device *dev, volatile void *packet, int length);
 static int bfin_EMAC_recv(struct eth_device *dev);
 
-static void bfin_EMAC_setup_addr(bd_t *bd);
+void bfin_EMAC_setup_addr(uchar *enetaddr);
 
 #endif