aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/pci-quirks.h
blob: 1564edfff6fe324174cd61dfccf75264056e2ce3 (plain)
1
2
3
4
5
6
7
#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  */