xref: /linux/arch/s390/pci/pci_report.h (revision 4f42d0bf72253dd01e9a8d168e28706803c98a9d)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright IBM Corp. 2024
4  *
5  * Author(s):
6  *   Niklas Schnelle <schnelle@linux.ibm.com>
7  *
8  */
9 #ifndef __S390_PCI_REPORT_H
10 #define __S390_PCI_REPORT_H
11 
12 struct zpci_dev;
13 
14 int zpci_report_status(struct zpci_dev *zdev, const char *operation, const char *status);
15 
16 #endif /* __S390_PCI_REPORT_H */
17