]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/mips/include/asm/kdebug.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / mips / include / asm / kdebug.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
88547001
JW
2#ifndef _ASM_MIPS_KDEBUG_H
3#define _ASM_MIPS_KDEBUG_H
4
5#include <linux/notifier.h>
6
7enum die_val {
8 DIE_OOPS = 1,
9 DIE_FP,
10 DIE_TRAP,
11 DIE_RI,
c1bf207d
DD
12 DIE_PAGE_FAULT,
13 DIE_BREAK,
64bedffe 14 DIE_SSTEPBP,
40e084a5
RB
15 DIE_MSAFP,
16 DIE_UPROBE,
17 DIE_UPROBE_XOL,
88547001
JW
18};
19
20#endif /* _ASM_MIPS_KDEBUG_H */