Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/s390/pci/pci_report.h
26439 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Copyright IBM Corp. 2024
4
*
5
* Author(s):
6
* Niklas Schnelle <[email protected]>
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
18