]> git.sur5r.net Git - u-boot/blobdiff - include/usb_ether.h
i2c: imx: add macros to setup pads for multiple SoC types
[u-boot] / include / usb_ether.h
index 011ead7a364e98573fe5be651ce41d45eed95096..35700a21b59f857db06c06085e0415e4da1f7fdd 100644 (file)
@@ -49,6 +49,12 @@ int asix_eth_probe(struct usb_device *dev, unsigned int ifnum,
 int asix_eth_get_info(struct usb_device *dev, struct ueth_data *ss,
                      struct eth_device *eth);
 
+void mcs7830_eth_before_probe(void);
+int mcs7830_eth_probe(struct usb_device *dev, unsigned int ifnum,
+                     struct ueth_data *ss);
+int mcs7830_eth_get_info(struct usb_device *dev, struct ueth_data *ss,
+                        struct eth_device *eth);
+
 void smsc95xx_eth_before_probe(void);
 int smsc95xx_eth_probe(struct usb_device *dev, unsigned int ifnum,
                        struct ueth_data *ss);