repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
mips
/
include
/
asm
/
kdebug.h
blob
8e3d08e739c18d95a9bea3cbaf8ef315a2738457
1
#ifndef _ASM_MIPS_KDEBUG_H
2
#define _ASM_MIPS_KDEBUG_H
3
4
#include <linux/notifier.h>
5
6
enum
die_val
{
7
DIE_OOPS
=
1
,
8
DIE_FP
,
9
DIE_TRAP
,
10
DIE_RI
,
11
DIE_PAGE_FAULT
,
12
DIE_BREAK
,
13
DIE_SSTEPBP
,
14
DIE_MSAFP
,
15
DIE_UPROBE
,
16
DIE_UPROBE_XOL
,
17
};
18
19
#endif
/* _ASM_MIPS_KDEBUG_H */