linux-surface/arch/metag/oprofile/backtrace.h

7 lines
152 B
C
Raw Normal View History

2017-08-10 13:25:24 +00:00
#ifndef _METAG_OPROFILE_BACKTRACE_H
#define _METAG_OPROFILE_BACKTRACE_H
void metag_backtrace(struct pt_regs * const regs, unsigned int depth);
#endif