![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 #ifndef __ASM_UM_PCI_H 0003 #define __ASM_UM_PCI_H 0004 #include <linux/types.h> 0005 #include <asm/io.h> 0006 0007 /* Generic PCI */ 0008 #include <asm-generic/pci.h> 0009 0010 #ifdef CONFIG_PCI_MSI_IRQ_DOMAIN 0011 /* 0012 * This is a bit of an annoying hack, and it assumes we only have 0013 * the virt-pci (if anything). Which is true, but still. 0014 */ 0015 void *pci_root_bus_fwnode(struct pci_bus *bus); 0016 #define pci_root_bus_fwnode pci_root_bus_fwnode 0017 #endif 0018 0019 #endif /* __ASM_UM_PCI_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |