| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * include/asm-mips/vr41xx/irq.h |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 8 | 9 | * Copyright (C) 2002 MontaVista Software, Inc. |
|---|
| 9 | 10 | * Copyright (C) 2002 TimeSys Corp. |
|---|
| 10 | 11 | * Copyright (C) 2003-2006 Yoichi Yuasa <yuasa@linux-mips.org> |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 13 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 14 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 15 | | - * option) any later version. |
|---|
| 16 | 12 | */ |
|---|
| 17 | 13 | #ifndef __NEC_VR41XX_IRQ_H |
|---|
| 18 | 14 | #define __NEC_VR41XX_IRQ_H |
|---|