JustOS/linux-6.13/drivers/usb/host/xhci-pci.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

11 lines
255 B
C

/* 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