License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / tools / perf / arch / s390 / include / dwarf-regs-table.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifdef DEFINE_DWARF_REGSTR_TABLE
3 /* This is included in perf/util/dwarf-regs.c */
4
5 static const char * const s390_regstr_tbl[] = {
6         "%r0", "%r1",  "%r2",  "%r3",  "%r4",  "%r5",  "%r6",  "%r7",
7         "%r8", "%r9", "%r10", "%r11", "%r12", "%r13", "%r14", "%r15",
8 };
9 #endif