]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - tools/perf/arch/xtensa/include/dwarf-regs-table.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / tools / perf / arch / xtensa / include / dwarf-regs-table.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
293d5b43
MH
2#ifdef DEFINE_DWARF_REGSTR_TABLE
3/* This is included in perf/util/dwarf-regs.c */
4
5static const char * const xtensa_regstr_tbl[] = {
6 "a0", "a1", "a2", "a3", "a4", "a5", "a6", "a7",
7 "a8", "a9", "a10", "a11", "a12", "a13", "a14", "a15",
8};
9#endif