https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 2fa963bbe8470b3a25ebcbfef8bd74fef50d3987 authored by Jason Self on 12 March 2016, 13:25:48 UTC
Linux-libre 2.6.32.71-gnu1
Tip revision: 2fa963b
pci-quirks.h
#ifndef __LINUX_USB_PCI_QUIRKS_H
#define __LINUX_USB_PCI_QUIRKS_H

void uhci_reset_hc(struct pci_dev *pdev, unsigned long base);
int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base);

#endif  /*  __LINUX_USB_PCI_QUIRKS_H  */
back to top