Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2-rc2 14 lines 332 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __INCLUDE_ASM_ARCH_MXC_EHCI_H 3#define __INCLUDE_ASM_ARCH_MXC_EHCI_H 4 5struct mxc_usbh_platform_data { 6 int (*init)(struct platform_device *pdev); 7 int (*exit)(struct platform_device *pdev); 8 9 unsigned int portsc; 10 struct usb_phy *otg; 11}; 12 13#endif /* __INCLUDE_ASM_ARCH_MXC_EHCI_H */ 14