xref: /linux/tools/perf/util/include/asm/dwarf2.h (revision c67e8ec03f3fd41c0b75f5596eee92460f4957c0)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef PERF_DWARF2_H
4 #define PERF_DWARF2_H
5 
6 /* dwarf2.h ... dummy header file for including arch/x86/lib/mem{cpy,set}_64.S */
7 
8 #define CFI_STARTPROC
9 #define CFI_ENDPROC
10 #define CFI_REMEMBER_STATE
11 #define CFI_RESTORE_STATE
12 
13 #endif	/* PERF_DWARF2_H */
14 
15