repo.or.cz
/
pv_ops_mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
[pv_ops_mirror.git]
/
arch
/
um
/
include
/
sysrq.h
blob
c8d332b56b98b636adb113eef91ec1372cef2a92
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