These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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