diff options
| author | Roman Yeryomin <roman@advem.lv> | 2013-02-06 02:59:31 +0200 |
|---|---|---|
| committer | Roman Yeryomin <roman@advem.lv> | 2013-02-06 02:59:31 +0200 |
| commit | 691cc9529efe8ea7abaab170c452ae4470bf3ac2 (patch) | |
| tree | 8d18d131720975fc63c8c2abc7bd933efe503e5f /target/linux/realtek/files/drivers/usb/host_uWiFi/pci-quirks.h | |
| parent | 62da0fe6152d0025e570ca41a6f9ae68df7da89b (diff) | |
Rebase files to rsdk 3.2 and refresh patches. Compilable (not by humans).
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/files/drivers/usb/host_uWiFi/pci-quirks.h')
| -rw-r--r-- | target/linux/realtek/files/drivers/usb/host_uWiFi/pci-quirks.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/realtek/files/drivers/usb/host_uWiFi/pci-quirks.h b/target/linux/realtek/files/drivers/usb/host_uWiFi/pci-quirks.h new file mode 100644 index 000000000..1564edfff --- /dev/null +++ b/target/linux/realtek/files/drivers/usb/host_uWiFi/pci-quirks.h @@ -0,0 +1,7 @@ +#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 */ |
