diff options
Diffstat (limited to 'arch/s390/include/asm')
-rw-r--r-- | arch/s390/include/asm/pci.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/include/asm/pci.h b/arch/s390/include/asm/pci.h index e9dc0090ac43..d3597dcfec33 100644 --- a/arch/s390/include/asm/pci.h +++ b/arch/s390/include/asm/pci.h | |||
@@ -127,6 +127,10 @@ void zpci_teardown_msi_irq(struct zpci_dev *, struct msi_desc *); | |||
127 | int zpci_msihash_init(void); | 127 | int zpci_msihash_init(void); |
128 | void zpci_msihash_exit(void); | 128 | void zpci_msihash_exit(void); |
129 | 129 | ||
130 | /* Error handling and recovery */ | ||
131 | void zpci_event_error(void *); | ||
132 | void zpci_event_availability(void *); | ||
133 | |||
130 | /* Helpers */ | 134 | /* Helpers */ |
131 | struct zpci_dev *get_zdev(struct pci_dev *); | 135 | struct zpci_dev *get_zdev(struct pci_dev *); |
132 | struct zpci_dev *get_zdev_by_fid(u32); | 136 | struct zpci_dev *get_zdev_by_fid(u32); |