blob: 0b9f896f203c20ff35972de69c20dd9d7463c928 [file] [log] [blame]
Paul Mundt3a2e1172007-05-01 16:33:10 +09001#ifndef __ASM_SH_KDEBUG_H
2#define __ASM_SH_KDEBUG_H
3
Paul Mundt3a2e1172007-05-01 16:33:10 +09004/* Grossly misnamed. */
5enum die_val {
6 DIE_TRAP,
Paul Mundtc9306f02008-10-21 18:33:36 +09007 DIE_OOPS,
Paul Mundt3a2e1172007-05-01 16:33:10 +09008};
9
Paul Mundt3a2e1172007-05-01 16:33:10 +090010#endif /* __ASM_SH_KDEBUG_H */