linux/arch/um/include/sysrq.h

7 lines
97 B
C

#ifndef __UM_SYSRQ_H
#define __UM_SYSRQ_H
extern void show_trace(unsigned long *stack);
#endif