| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arm/probes/decode-arm.h |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2013 Linaro Ltd. |
|---|
| 5 | 6 | * Written by: David A. Long |
|---|
| 6 | | - * |
|---|
| 7 | | - * The code contained herein is licensed under the GNU General Public |
|---|
| 8 | | - * License. You may obtain a copy of the GNU General Public License |
|---|
| 9 | | - * Version 2 or later at the following locations: |
|---|
| 10 | | - * |
|---|
| 11 | | - * http://www.opensource.org/licenses/gpl-license.html |
|---|
| 12 | | - * http://www.gnu.org/copyleft/gpl.html |
|---|
| 13 | 7 | */ |
|---|
| 14 | 8 | |
|---|
| 15 | 9 | #ifndef _ARM_KERNEL_PROBES_ARM_H |
|---|