Merge tag 'x86_cache_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / arch / arm64 / kvm / irq.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * irq.h: in kernel interrupt controller related definitions
4  * Copyright (c) 2016 Red Hat, Inc.
5  *
6  * This header is included by irqchip.c. However, on ARM, interrupt
7  * controller declarations are located in include/kvm/arm_vgic.h since
8  * they are mostly shared between arm and arm64.
9  */
10
11 #ifndef __IRQ_H
12 #define __IRQ_H
13
14 #include <kvm/arm_vgic.h>
15
16 #endif