repo.or.cz
/
linux-2.6
/
kmemtrace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ips: sg chaining support
[linux-2.6/kmemtrace.git]
/
include
/
asm-sh
/
kdebug.h
blob
382cfc7deb732b233170b3e1ec69edb6d14abb17
1
#ifndef __ASM_SH_KDEBUG_H
2
#define __ASM_SH_KDEBUG_H
3
4
#include <linux/notifier.h>
5
6
/* Grossly misnamed. */
7
enum
die_val
{
8
DIE_TRAP
,
9
};
10
11
#endif
/* __ASM_SH_KDEBUG_H */