mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-16 12:22:33 +02:00
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
|