blob: 1564edfff6fe324174cd61dfccf75264056e2ce3 [file] [log] [blame]
Adrian Bunk75e2df62006-03-25 18:01:53 +01001#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 */