projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge with temp tree to get David's gdb inferior calls patch
[linux-2.6]
/
arch
/
um
/
include
/
sysrq.h
1
#ifndef __UM_SYSRQ_H
2
#define __UM_SYSRQ_H
3
4
extern void show_trace(unsigned long *stack);
5
6
#endif