GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mips / include / asm / kdebug.h
blob6a9af5fcb5d72ef7878dc9581f366b07568a1c0f
1 #ifndef _ASM_MIPS_KDEBUG_H
2 #define _ASM_MIPS_KDEBUG_H
4 #include <linux/notifier.h>
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
16 #endif /* _ASM_MIPS_KDEBUG_H */