xref: /linux/arch/s390/include/asm/hw_irq.h (revision 2da68a77)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _HW_IRQ_H
3 #define _HW_IRQ_H
4 
5 #include <linux/msi.h>
6 #include <linux/pci.h>
7 
8 void __init init_airq_interrupts(void);
9 void __init init_cio_interrupts(void);
10 
11 #endif
12