summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/drivers/usb/host_uWiFi/pci-quirks.h
diff options
context:
space:
mode:
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.h7
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 */