CRIS: add STACKTRACE_SUPPORT
[deliverable/linux.git] / arch / cris / include / asm / stacktrace.h
1 #ifndef __CRIS_STACKTRACE_H
2 #define __CRIS_STACKTRACE_H
3
4 void walk_stackframe(unsigned long sp,
5 int (*fn)(unsigned long addr, void *data),
6 void *data);
7
8 #endif
This page took 0.041698 seconds and 5 git commands to generate.