.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * irq.h: in kernel interrupt controller related definitions |
---|
3 | 4 | * Copyright (c) 2016 Red Hat, Inc. |
---|
4 | | - * |
---|
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. |
---|
8 | 5 | * |
---|
9 | 6 | * This header is included by irqchip.c. However, on ARM, interrupt |
---|
10 | 7 | * controller declarations are located in include/kvm/arm_vgic.h since |
---|