sysrq.h 97 B

123456
  1. #ifndef __UM_SYSRQ_H
  2. #define __UM_SYSRQ_H
  3. extern void show_trace(unsigned long *stack);
  4. #endif