summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_mbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_mbuf.h')
-rw-r--r--sys/dev/usb/usb_mbuf.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/dev/usb/usb_mbuf.h b/sys/dev/usb/usb_mbuf.h
index e959fce..3b331ff 100644
--- a/sys/dev/usb/usb_mbuf.h
+++ b/sys/dev/usb/usb_mbuf.h
@@ -43,18 +43,6 @@ struct usb_mbuf {
uint8_t unused:7;
};
-/*
- * The following structure defines a minimum re-implementation of the
- * ifqueue structure in the kernel.
- */
-struct usb_ifqueue {
- struct usb_mbuf *ifq_head;
- struct usb_mbuf *ifq_tail;
-
- usb_size_t ifq_len;
- usb_size_t ifq_maxlen;
-};
-
#define USB_IF_ENQUEUE(ifq, m) do { \
(m)->usb_nextpkt = NULL; \
if ((ifq)->ifq_tail == NULL) \
OpenPOWER on IntegriCloud