openwrt/target/linux/ramips/files/drivers/usb/host/xhci-mtk-power.h
John Crispin a75b692557 ralink: add xhci driver
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 39328
2014-01-19 17:27:13 +00:00

14 lines
300 B
C

#ifndef _XHCI_MTK_POWER_H
#define _XHCI_MTK_POWER_H
#include <linux/usb.h>
#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