mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
76fb118083
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
12 lines
210 B
C
12 lines
210 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _HW_IRQ_H
|
|
#define _HW_IRQ_H
|
|
|
|
#include <linux/msi.h>
|
|
#include <linux/pci.h>
|
|
|
|
void __init init_airq_interrupts(void);
|
|
void __init init_cio_interrupts(void);
|
|
|
|
#endif
|