Warning: This file is not a C or C++ file. It does not have highlighting.
| 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 |
Warning: This file is not a C or C++ file. It does not have highlighting.
