repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OMAP3 SRF: Add virt clk nodes for VDD1/VDD2
[linux-ginger.git]
/
arch
/
mips
/
include
/
asm
/
kdebug.h
blob
5bf62aafc8909308c40d3de0452f764eab88a55c
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
};
12
13
#endif
/* _ASM_MIPS_KDEBUG_H */