sysrq.h 143 B

1234567
  1. #ifndef __UM_SYSRQ_H
  2. #define __UM_SYSRQ_H
  3. struct task_struct;
  4. extern void show_trace(struct task_struct* task, unsigned long *stack);
  5. #endif