License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / metag / oprofile / backtrace.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
00e6c923
JH
2#ifndef _METAG_OPROFILE_BACKTRACE_H
3#define _METAG_OPROFILE_BACKTRACE_H
4
5void metag_backtrace(struct pt_regs * const regs, unsigned int depth);
6
7#endif