X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fnetdev.h;h=68a3fceab663415ca4c51318cd4a92a54ae490ce;hb=8bef79bf3c30cd1fc5367cc1f78f72e6552629e9;hp=a40c4adaadd7a19339abd28dbbc906c3fc1948a4;hpb=e809285d4942cbd6c3efb381bd48dcf8294639a7;p=oweals%2Fu-boot.git diff --git a/include/netdev.h b/include/netdev.h index a40c4adaad..68a3fceab6 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -10,6 +10,7 @@ #ifndef _NETDEV_H_ #define _NETDEV_H_ +#include /* * Board and CPU-specific initialization functions @@ -21,6 +22,8 @@ */ int board_eth_init(bd_t *bis); +int board_interface_eth_init(struct udevice *dev, + phy_interface_t interface_type); int cpu_eth_init(bd_t *bis); /* Driver initialization prototypes */