Linux 4.18.10
[linux/fpc-iii.git] / arch / arm64 / kvm / irq.h
blobb74099b905fd2bd2fad876d028c7b15cbe4a9ef4
1 /*
2 * irq.h: in kernel interrupt controller related definitions
3 * Copyright (c) 2016 Red Hat, Inc.
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
9 * This header is included by irqchip.c. However, on ARM, interrupt
10 * controller declarations are located in include/kvm/arm_vgic.h since
11 * they are mostly shared between arm and arm64.
14 #ifndef __IRQ_H
15 #define __IRQ_H
17 #include <kvm/arm_vgic.h>
19 #endif