https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 4755ac6c1500a0930873393a9fb223abf1df03da authored by Jason Self on 06 February 2009, 21:47:57 UTC
Linux-libre 2.6.28.4-gnu1
Tip revision: 4755ac6
pci-quirks.h
#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  */
back to top