arch/s390/pci/pci_report.h

Source file repositories/reference/linux-study-clean/arch/s390/pci/pci_report.h

File Facts

System
Linux kernel
Corpus path
arch/s390/pci/pci_report.h
Extension
.h
Size
339 bytes
Lines
17
Domain
Architecture Layer
Bucket
arch/s390
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __S390_PCI_REPORT_H
#define __S390_PCI_REPORT_H

struct zpci_dev;

int zpci_report_status(struct zpci_dev *zdev, const char *operation, const char *status);

#endif /* __S390_PCI_REPORT_H */

Annotation

Implementation Notes