[omap]: switch the am335x-evmsk to the new wlcore bindings
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / drivers / usb / host / xhci-mtk-power.h
1 #ifndef _XHCI_MTK_POWER_H
2 #define _XHCI_MTK_POWER_H
3
4 #include <linux/usb.h>
5 #include "xhci.h"
6 #include "xhci-mtk.h"
7
8 void enableXhciAllPortPower(struct xhci_hcd *xhci);
9 void enableAllClockPower(void);
10 void disablePortClockPower(void);
11 void enablePortClockPower(int port_index, int port_rev);
12
13 #endif