]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/asm-mips/kdebug.h
[MIPS] kgdb: add arch support for the kernel's kgdb core
[net-next-2.6.git] / include / asm-mips / kdebug.h
CommitLineData
88547001
JW
1#ifndef _ASM_MIPS_KDEBUG_H
2#define _ASM_MIPS_KDEBUG_H
3
4#include <linux/notifier.h>
5
6enum die_val {
7 DIE_OOPS = 1,
8 DIE_FP,
9 DIE_TRAP,
10 DIE_RI,
11};
12
13#endif /* _ASM_MIPS_KDEBUG_H */