1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2ea7872b9SHitoshi Mitake 3ea7872b9SHitoshi Mitake #ifndef PERF_DWARF2_H 4ea7872b9SHitoshi Mitake #define PERF_DWARF2_H 5ea7872b9SHitoshi Mitake 6be3de80dSJan Beulich /* dwarf2.h ... dummy header file for including arch/x86/lib/mem{cpy,set}_64.S */ 7ea7872b9SHitoshi Mitake 8ea7872b9SHitoshi Mitake #define CFI_STARTPROC 9ea7872b9SHitoshi Mitake #define CFI_ENDPROC 10be3de80dSJan Beulich #define CFI_REMEMBER_STATE 11be3de80dSJan Beulich #define CFI_RESTORE_STATE 12ea7872b9SHitoshi Mitake 13ea7872b9SHitoshi Mitake #endif /* PERF_DWARF2_H */ 14ea7872b9SHitoshi Mitake 15