android_kernel_cmhtcleo/drivers/usb/host/pci-quirks.h

8 lines
242 B
C
Raw Permalink Normal View History

2010-08-27 09:19:57 +00:00
#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 */