From a75b69255725501082bb3cbd89d8579f199dafbf Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 19 Jan 2014 17:27:13 +0000 Subject: ralink: add xhci driver Signed-off-by: John Crispin SVN-Revision: 39328 --- target/linux/ramips/files/drivers/usb/host/xhci-mtk-power.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/ramips/files/drivers/usb/host/xhci-mtk-power.h (limited to 'target/linux/ramips/files/drivers/usb/host/xhci-mtk-power.h') diff --git a/target/linux/ramips/files/drivers/usb/host/xhci-mtk-power.h b/target/linux/ramips/files/drivers/usb/host/xhci-mtk-power.h new file mode 100644 index 0000000000..e57c243f56 --- /dev/null +++ b/target/linux/ramips/files/drivers/usb/host/xhci-mtk-power.h @@ -0,0 +1,13 @@ +#ifndef _XHCI_MTK_POWER_H +#define _XHCI_MTK_POWER_H + +#include +#include "xhci.h" +#include "xhci-mtk.h" + +void enableXhciAllPortPower(struct xhci_hcd *xhci); +void enableAllClockPower(void); +void disablePortClockPower(void); +void enablePortClockPower(int port_index, int port_rev); + +#endif -- cgit v1.2.3