Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_MIPS_KDEBUG_H
0003 #define _ASM_MIPS_KDEBUG_H
0004 
0005 #include <linux/notifier.h>
0006 
0007 enum die_val {
0008     DIE_OOPS = 1,
0009     DIE_FP,
0010     DIE_TRAP,
0011     DIE_RI,
0012     DIE_PAGE_FAULT,
0013     DIE_BREAK,
0014     DIE_SSTEPBP,
0015     DIE_MSAFP,
0016     DIE_UPROBE,
0017     DIE_UPROBE_XOL,
0018 };
0019 
0020 #endif /* _ASM_MIPS_KDEBUG_H */