[PATCH] USB: pci-quirks.c: proper prototypes
This patch adds a header file with proper prototypes for two functions in drivers/usb/host/pci-quirks.c. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1ce7dd26e0
commit
75e2df603d
7
drivers/usb/host/pci-quirks.h
Normal file
7
drivers/usb/host/pci-quirks.h
Normal file
@ -0,0 +1,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 */
|
Reference in New Issue
Block a user