diff options
Diffstat (limited to 'sys/dev/usb/usb_ethersubr.h')
-rw-r--r-- | sys/dev/usb/usb_ethersubr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_ethersubr.h b/sys/dev/usb/usb_ethersubr.h index 1fce46c..98dc843 100644 --- a/sys/dev/usb/usb_ethersubr.h +++ b/sys/dev/usb/usb_ethersubr.h @@ -39,6 +39,11 @@ #define NETISR_USB 25 #endif +struct usb_qdat { + struct ifnet *ifp; + void (*if_rxstart) __P((struct ifnet *)); +}; + void usb_register_netisr __P((void)); void usb_ether_input __P((struct mbuf *)); void usb_tx_done __P((struct ifnet *)); |