linux-surface/kernel/arch/metag/oprofile/backtrace.h
2017-11-05 21:38:20 -05:00

8 lines
191 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _METAG_OPROFILE_BACKTRACE_H
#define _METAG_OPROFILE_BACKTRACE_H
void metag_backtrace(struct pt_regs * const regs, unsigned int depth);
#endif