]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/usb_ether.h
Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor
[karo-tx-uboot.git] / include / usb_ether.h
index 31cbc8d5879b3c58b4d0df7a3627f95a9b92c50f..825c27518f9931f63c1ce0cdee1c6b156093247b 100644 (file)
@@ -57,5 +57,12 @@ struct ueth_data {
  * Function definitions for each USB ethernet driver go here, bracketed by
  * #ifdef CONFIG_USB_ETHER_xxx...#endif
  */
+#ifdef CONFIG_USB_ETHER_ASIX
+void asix_eth_before_probe(void);
+int asix_eth_probe(struct usb_device *dev, unsigned int ifnum,
+                     struct ueth_data *ss);
+int asix_eth_get_info(struct usb_device *dev, struct ueth_data *ss,
+                     struct eth_device *eth);
+#endif
 
 #endif /* __USB_ETHER_H__ */