This patch adds a header file with proper prototypes for two functions in drivers/usb/host/pci-quirks.c.
Signed-off-by: Adrian Bunk Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman
#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 */