diff options
author | hselasky <hselasky@FreeBSD.org> | 2012-08-23 17:40:20 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2012-08-23 17:40:20 +0000 |
commit | 4759d6347487a71925a055d64edf00ca6a04028f (patch) | |
tree | 8b54c9bfd845cd357695cfc48a14afebc4ab860d /sys/dev/usb/controller/xhci.h | |
parent | a90171d81eaa7f13fe4138a491436a200fdafccb (diff) | |
download | FreeBSD-src-4759d6347487a71925a055d64edf00ca6a04028f.zip FreeBSD-src-4759d6347487a71925a055d64edf00ca6a04028f.tar.gz |
Add tunable for XHCI port routing.
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/controller/xhci.h')
-rw-r--r-- | sys/dev/usb/controller/xhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h index f6d467f..a7e4f74 100644 --- a/sys/dev/usb/controller/xhci.h +++ b/sys/dev/usb/controller/xhci.h @@ -499,6 +499,7 @@ struct xhci_softc { /* prototypes */ +uint32_t xhci_get_port_route(void); usb_error_t xhci_halt_controller(struct xhci_softc *); usb_error_t xhci_init(struct xhci_softc *, device_t); usb_error_t xhci_start_controller(struct xhci_softc *); |