Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[GitHub/moto-9609/android_kernel_motorola_exynos9610.git] / arch / um / include / asm / sysrq.h
CommitLineData
1da177e4
LT
1#ifndef __UM_SYSRQ_H
2#define __UM_SYSRQ_H
3
b3461034
PBG
4struct task_struct;
5extern void show_trace(struct task_struct* task, unsigned long *stack);
1da177e4
LT
6
7#endif