mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 08:53:41 +00:00
8 lines
242 B
C
8 lines
242 B
C
|
#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 */
|