X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fusb_ether.h;h=51fce4e95dc5c1caa410c7202cfa75bb08329011;hb=31aa1e38157882834b19a360b4096e848ed5bd2c;hp=c6d1416048a113c37d529d503bb255f47dffa197;hpb=c8c2797c381054beaf3de89027af92a0b84b36cc;p=u-boot diff --git a/include/usb_ether.h b/include/usb_ether.h index c6d1416048..51fce4e95d 100644 --- a/include/usb_ether.h +++ b/include/usb_ether.h @@ -131,6 +131,12 @@ int smsc95xx_eth_probe(struct usb_device *dev, unsigned int ifnum, struct ueth_data *ss); int smsc95xx_eth_get_info(struct usb_device *dev, struct ueth_data *ss, struct eth_device *eth); + +void r8152_eth_before_probe(void); +int r8152_eth_probe(struct usb_device *dev, unsigned int ifnum, + struct ueth_data *ss); +int r8152_eth_get_info(struct usb_device *dev, struct ueth_data *ss, + struct eth_device *eth); #endif #endif /* __USB_ETHER_H__ */