aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/pci.h
diff options
context:
space:
mode:
authorJan Glauber <jang@linux.vnet.ibm.com>2012-11-29 08:34:48 -0500
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-11-30 11:47:24 -0500
commitcbc0dd1f856b52b59c2c73a477b6cb210c8c66ad (patch)
tree064ceb4d1b2acb8716867b2a3fb65ae05bef1a31 /arch/s390/include/asm/pci.h
parent828b35f60eb0148f994bb13e328df94578b07142 (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.h4
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 *);
127int zpci_msihash_init(void); 127int zpci_msihash_init(void);
128void zpci_msihash_exit(void); 128void zpci_msihash_exit(void);
129 129
130/* Error handling and recovery */
131void zpci_event_error(void *);
132void zpci_event_availability(void *);
133
130/* Helpers */ 134/* Helpers */
131struct zpci_dev *get_zdev(struct pci_dev *); 135struct zpci_dev *get_zdev(struct pci_dev *);
132struct zpci_dev *get_zdev_by_fid(u32); 136struct zpci_dev *get_zdev_by_fid(u32);