This stack check implementation leverages the compiler's profiling (gcc -p)
[linux-2.6.git] / arch / um / include / sysrq.h
1 #ifndef __UM_SYSRQ_H
2 #define __UM_SYSRQ_H
3
4 extern void show_trace(unsigned long *stack);
5
6 #endif