aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/s390_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/s390_ext.h')
-rw-r--r--arch/s390/include/asm/s390_ext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/s390_ext.h b/arch/s390/include/asm/s390_ext.h
index 080876d5f196..85b2154b899f 100644
--- a/arch/s390/include/asm/s390_ext.h
+++ b/arch/s390/include/asm/s390_ext.h
@@ -13,5 +13,7 @@ typedef void (*ext_int_handler_t)(unsigned int, unsigned int, unsigned long);
int register_external_interrupt(__u16 code, ext_int_handler_t handler);
int unregister_external_interrupt(__u16 code, ext_int_handler_t handler);
+void service_subclass_irq_register(void);
+void service_subclass_irq_unregister(void);
#endif /* _S390_EXTINT_H */