https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fc5eda92b2d1e6bcc7ad1c8543a2e6dc336e82a8 authored by Jason Self on 03 December 2009, 03:51:29 UTC
Linux-libre 2.6.32-gnu1
Tip revision: fc5eda9
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