Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[deliverable/linux.git] / arch / mips / include / asm / 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,
c1bf207d
DD
11 DIE_PAGE_FAULT,
12 DIE_BREAK,
64bedffe 13 DIE_SSTEPBP,
40e084a5
RB
14 DIE_MSAFP,
15 DIE_UPROBE,
16 DIE_UPROBE_XOL,
88547001
JW
17};
18
19#endif /* _ASM_MIPS_KDEBUG_H */
This page took 0.453449 seconds and 5 git commands to generate.