summaryrefslogtreecommitdiff
path: root/include/usb_ether.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-01-25 17:23:19 -0500
committerTom Rini <trini@konsulko.com>2016-01-25 17:23:19 -0500
commit9c3193f8d03d4074fa6ca6b783246b97d8dc2ff5 (patch)
tree9dbdb529e2a1d49fcb45d7e579c9e76f31664776 /include/usb_ether.h
parentd82477748d641e60ba3e1a0b55d98362aed70f80 (diff)
parentbdbcbe752e93357226cba12a6ce00bbe54cb5db8 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'include/usb_ether.h')
-rw-r--r--include/usb_ether.h6
1 files changed, 6 insertions, 0 deletions
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__ */