brintos

brintos / linux-shallow public Read only

0
0
Text · 292 B · e9876be Raw
15 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2 3#ifndef PERF_DWARF2_H4#define PERF_DWARF2_H5 6/* dwarf2.h ... dummy header file for including arch/x86/lib/mem{cpy,set}_64.S */7 8#define CFI_STARTPROC9#define CFI_ENDPROC10#define CFI_REMEMBER_STATE11#define CFI_RESTORE_STATE12 13#endif	/* PERF_DWARF2_H */14 15