Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.15-rc7 10 lines 255 B view raw
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 7int xhci_pci_common_probe(struct pci_dev *dev, const struct pci_device_id *id); 8void xhci_pci_remove(struct pci_dev *dev); 9 10#endif