blob: 0d257de42c10997fbc147b5aa53a84b880f4b182 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * irq.h: in kernel interrupt controller related definitions
4 * Copyright (c) 2016 Red Hat, Inc.
5 *
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 * 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