um: move sysrq.h out of include/shared

never used by userland-side objects

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Al Viro
2012-10-08 03:26:54 +01:00
committed by Richard Weinberger
parent 8813f67439
commit 382d95fdfa
4 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
#ifndef __UM_SYSRQ_H
#define __UM_SYSRQ_H
struct task_struct;
extern void show_trace(struct task_struct* task, unsigned long *stack);
#endif