kdebug.h 264 B

1234567891011121314151617181920
  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. DIE_UPROBE,
  14. DIE_UPROBE_XOL,
  15. };
  16. #endif /* _ASM_MIPS_KDEBUG_H */