summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_controller.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-24 03:39:13 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-24 03:39:13 +0000
commit52d3d977f2de81ca9ba58421e2604e4dea50769a (patch)
tree1869f274de96104eda5ee5434a1ef95e7bb49ea5 /sys/dev/usb/usb_controller.h
parent4878fe35241ded8d8401076a92b67980f7db7f43 (diff)
downloadFreeBSD-src-52d3d977f2de81ca9ba58421e2604e4dea50769a.zip
FreeBSD-src-52d3d977f2de81ca9ba58421e2604e4dea50769a.tar.gz
MFp4 //depot/projects/usb@157853
Clean up old way of polling the USB hardware. The existing polling support was a bit hackish. Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb/usb_controller.h')
-rw-r--r--sys/dev/usb/usb_controller.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_controller.h b/sys/dev/usb/usb_controller.h
index 80633d9..ed329d8 100644
--- a/sys/dev/usb/usb_controller.h
+++ b/sys/dev/usb/usb_controller.h
@@ -57,7 +57,6 @@ struct usb2_bus_methods {
/* USB Device and Host mode - Mandatory */
void (*pipe_init) (struct usb2_device *udev, struct usb2_endpoint_descriptor *edesc, struct usb2_pipe *pipe);
- void (*do_poll) (struct usb2_bus *);
void (*xfer_setup) (struct usb2_setup_params *parm);
void (*xfer_unsetup) (struct usb2_xfer *xfer);
void (*get_dma_delay) (struct usb2_bus *, uint32_t *pdelay);
OpenPOWER on IntegriCloud