kdebug.h 159 B

1234567891011
  1. #ifndef __ASM_SH_KDEBUG_H
  2. #define __ASM_SH_KDEBUG_H
  3. /* Grossly misnamed. */
  4. enum die_val {
  5. DIE_TRAP,
  6. DIE_NMI,
  7. DIE_OOPS,
  8. };
  9. #endif /* __ASM_SH_KDEBUG_H */