xref: /linux/drivers/usb/host/xhci-pci.h (revision e27b0e3c54f057ef6cb26ac60a2291f1451ea142)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2019-2020 Linaro Limited */
3 
4 #ifndef XHCI_PCI_H
5 #define XHCI_PCI_H
6 
7 int xhci_pci_common_probe(struct pci_dev *dev, const struct pci_device_id *id);
8 void xhci_pci_remove(struct pci_dev *dev);
9 
10 #endif
11