Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / um / include / asm / sysrq.h
blob8fc8c65cd357b767476bb88da57c2c4982db2c55
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __UM_SYSRQ_H
3 #define __UM_SYSRQ_H
5 struct task_struct;
6 extern void show_trace(struct task_struct* task, unsigned long *stack);
8 #endif