diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2023-01-26 14:31:26 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2023-01-26 14:33:31 +0000 |
| commit | 0d0ca120a79ff826d7c2ad84c44359c200460640 (patch) | |
| tree | aac51cd362e5f8c15581675c691a9996c07cb56f /sys/compat/linuxkpi/common/include/linux/pci.h | |
| parent | 0bd4c448ec1dfdc2300a6cacca42e1fc7c4d8f14 (diff) | |
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/pci.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/pci.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/pci.h b/sys/compat/linuxkpi/common/include/linux/pci.h index b40241e4576d..3b9403a61ecd 100644 --- a/sys/compat/linuxkpi/common/include/linux/pci.h +++ b/sys/compat/linuxkpi/common/include/linux/pci.h @@ -357,6 +357,7 @@ struct pcim_iomap_devres { int pci_request_region(struct pci_dev *pdev, int bar, const char *res_name); int pci_alloc_irq_vectors(struct pci_dev *pdev, int minv, int maxv, unsigned int flags); +bool pci_device_is_present(struct pci_dev *pdev); /* Internal helper function(s). */ struct pci_dev *lkpinew_pci_dev(device_t); @@ -1683,6 +1684,4 @@ pci_wait_for_pending_transaction(struct pci_dev *pdev) return (0); } -bool pci_device_is_present(struct pci_dev *pdev); - #endif /* _LINUXKPI_LINUX_PCI_H_ */ |
