]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - arch/s390/include/asm/hw_irq.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / s390 / include / asm / hw_irq.h
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 void __init init_ext_interrupts(void);
11
12 #endif