mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-14 18:34:02 +00:00
never used by userland-side objects Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
7 lines
143 B
C
7 lines
143 B
C
#ifndef __UM_SYSRQ_H
|
|
#define __UM_SYSRQ_H
|
|
|
|
struct task_struct;
|
|
extern void show_trace(struct task_struct* task, unsigned long *stack);
|
|
|
|
#endif
|