e57c243f568fdb5ccf07d2fb48a9a4dcb1565f60
[openwrt.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