| /* SPDX-License-Identifier: GPL-2.0 */ |
| * Copyright IBM Corp. 2020 |
| * Niklas Schnelle <schnelle@linux.ibm.com> |
| void zpci_iov_remove_virtfn(struct pci_dev *pdev, int vfn); |
| void zpci_iov_map_resources(struct pci_dev *pdev); |
| int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn); |
| #else /* CONFIG_PCI_IOV */ |
| static inline void zpci_iov_remove_virtfn(struct pci_dev *pdev, int vfn) {} |
| static inline void zpci_iov_map_resources(struct pci_dev *pdev) {} |
| static inline int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) |
| #endif /* CONFIG_PCI_IOV */ |
| #endif /* __S390_PCI_IOV_h */ |