mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-05 06:43:48 +00:00
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
11 lines
210 B
C
11 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
|