.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Macro used to simplify coding multi-line assembler. |
---|
3 | 4 | * Some of the bit test macro can simplify down to one line |
---|
.. | .. |
---|
6 | 7 | * Copyright (C) 2004 Microtronix Datacom Ltd. |
---|
7 | 8 | * |
---|
8 | 9 | * All rights reserved. |
---|
9 | | - * |
---|
10 | | - * This program is free software; you can redistribute it and/or modify |
---|
11 | | - * it under the terms of the GNU General Public License as published by |
---|
12 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
13 | | - * (at your option) any later version. |
---|
14 | | - * |
---|
15 | | - * This program is distributed in the hope that it will be useful, but |
---|
16 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | | - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or |
---|
18 | | - * NON INFRINGEMENT. See the GNU General Public License for more |
---|
19 | | - * details. |
---|
20 | | - * |
---|
21 | 10 | */ |
---|
22 | 11 | #ifndef _ASM_NIOS2_ASMMACROS_H |
---|
23 | 12 | #define _ASM_NIOS2_ASMMACROS_H |
---|