kdebug.h 233 B

1234567891011121314151617
  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. DIE_PAGE_FAULT,
  10. DIE_BREAK,
  11. DIE_SSTEPBP,
  12. DIE_MSAFP
  13. };
  14. #endif /* _ASM_MIPS_KDEBUG_H */