https://jxself.org/git/linux-libre.git
Raw File
Tip revision: eb479ec95e101da5044173816f68a5c2e5be71d5 authored by Jason Self on 05 July 2010, 18:24:18 UTC
Linux-libre 2.6.34.1-gnu1
Tip revision: eb479ec
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