diff options
author | Jan Glauber <jang@linux.vnet.ibm.com> | 2012-11-29 08:34:48 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-11-30 11:47:24 -0500 |
commit | cbc0dd1f856b52b59c2c73a477b6cb210c8c66ad (patch) | |
tree | 064ceb4d1b2acb8716867b2a3fb65ae05bef1a31 /arch/s390/include/asm/pci.h | |
parent | 828b35f60eb0148f994bb13e328df94578b07142 (diff) |
s390/pci: CHSC PCI support for error and availability events
Add CHSC store-event-information support for PCI (notfication type 2)
and report error and availability events to the PCI architecture layer.
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/pci.h')
-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); |