]> git.ipfire.org Git - people/arne_f/kernel.git/blob - arch/cris/include/asm/stacktrace.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / cris / include / asm / stacktrace.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __CRIS_STACKTRACE_H
3 #define __CRIS_STACKTRACE_H
4
5 void walk_stackframe(unsigned long sp,
6 int (*fn)(unsigned long addr, void *data),
7 void *data);
8
9 #endif