summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/xhci-pci.h')
-rw-r--r--drivers/usb/host/xhci-pci.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-pci.h b/drivers/usb/host/xhci-pci.h
new file mode 100644
index 000000000000..e87c7d9d76b8
--- /dev/null
+++ b/drivers/usb/host/xhci-pci.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright (C) 2019-2020 Linaro Limited */
+
+#ifndef XHCI_PCI_H
+#define XHCI_PCI_H
+
+int xhci_pci_common_probe(struct pci_dev *dev, const struct pci_device_id *id);
+void xhci_pci_remove(struct pci_dev *dev);
+
+#endif