RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / um / include / sysrq.h
blobc8d332b56b98b636adb113eef91ec1372cef2a92
1 #ifndef __UM_SYSRQ_H
2 #define __UM_SYSRQ_H
4 struct task_struct;
5 extern void show_trace(struct task_struct* task, unsigned long *stack);
7 #endif