s390/topology: fix topology information when calling cpu hotplug notifiers
[linux-2.6-microblaze.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
11 #endif