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 v2.6.37 7 lines 242 B view raw
1#ifndef __LINUX_USB_PCI_QUIRKS_H 2#define __LINUX_USB_PCI_QUIRKS_H 3 4void uhci_reset_hc(struct pci_dev *pdev, unsigned long base); 5int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base); 6 7#endif /* __LINUX_USB_PCI_QUIRKS_H */