kdebug.h 149 B

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