kdebug.h 179 B

12345678910111213
  1. #ifndef _ASM_MIPS_KDEBUG_H
  2. #define _ASM_MIPS_KDEBUG_H
  3. #include <linux/notifier.h>
  4. enum die_val {
  5. DIE_OOPS = 1,
  6. DIE_FP,
  7. DIE_TRAP,
  8. DIE_RI,
  9. };
  10. #endif /* _ASM_MIPS_KDEBUG_H */