https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7422972cc18117c982e02c04382d44dc2e086e57 authored by Jason Self on 17 February 2009, 17:48:13 UTC
Linux-libre 2.6.27.18-gnu1
Tip revision: 7422972
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