diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2012-10-07 22:26:54 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-10-09 16:28:19 -0400 |
commit | 382d95fdfa7ff5c54f6495c597c7cf6d124e404b (patch) | |
tree | c5de4aba2209bd6dcf2cd23ea2ff2b0f6a69a7ee /arch/um/include/asm | |
parent | 8813f67439524ab54978b011c51665e1854a64b5 (diff) |
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>
Diffstat (limited to 'arch/um/include/asm')
-rw-r--r-- | arch/um/include/asm/sysrq.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/um/include/asm/sysrq.h b/arch/um/include/asm/sysrq.h new file mode 100644 index 000000000000..c8d332b56b98 --- /dev/null +++ b/arch/um/include/asm/sysrq.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef __UM_SYSRQ_H | ||
2 | #define __UM_SYSRQ_H | ||
3 | |||
4 | struct task_struct; | ||
5 | extern void show_trace(struct task_struct* task, unsigned long *stack); | ||
6 | |||
7 | #endif | ||