https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 86fcd6bc194283bcf2e36f5e5aa03cc33079be28 authored by Jason Self on 20 August 2010, 18:52:12 UTC
Linux-libre 2.6.34.5-gnu1
Tip revision: 86fcd6b
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