diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-01-13 20:13:58 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-01-13 20:13:58 +0000 |
| commit | 4f0a6f040368296badfbd704f5089f731197a8da (patch) | |
| tree | 683db02cf8813c3d2bb1f44ef7c0988a0d25119f /sys/dev/usb/usb_ethersubr.h | |
| parent | d7127837a2096e66d5eb4ddff1d21493ca82ed96 (diff) | |
Notes
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 1fce46cc3830..98dc843b7a0f 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 *)); |
