Linux-libre 4.14.14-gnu
[librecmc/linux-libre.git] / arch / metag / oprofile / backtrace.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _METAG_OPROFILE_BACKTRACE_H
3 #define _METAG_OPROFILE_BACKTRACE_H
4
5 void metag_backtrace(struct pt_regs * const regs, unsigned int depth);
6
7 #endif