1
0
Files
kernel-49/include/soc/ralink/dev_xhci.h
Andrey Zolotarev 92b41e38d1 arch: mips: add support SoC mt7621 & mt7628, case 13803
Based on Ralink/MTK SDK.
2019-02-08 17:26:04 +03:00

13 lines
192 B
C

#ifndef __DEV_XHCI_H__
#define __DEV_XHCI_H__
#define XHCI_MTK_DRV_NAME "xhci-mtk"
struct xhci_mtk_pdata {
void (*uphy_init)(void);
bool usb3_lpm_capable;
};
#endif /* __DEV_XHCI_H__ */