#ifndef _ASM_MIPS_KDEBUG_H #define _ASM_MIPS_KDEBUG_H #include enum die_val { DIE_OOPS = 1, DIE_FP, DIE_TRAP, DIE_RI, }; #endif /* _ASM_MIPS_KDEBUG_H */