repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
8fc8c65cd357b767476bb88da57c2c4982db2c55
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __UM_SYSRQ_H
3
#define __UM_SYSRQ_H
4
5
struct
task_struct
;
6
extern
void
show_trace
(
struct
task_struct
*
task
,
unsigned long
*
stack
);
7
8
#endif