2007-05-01 07:33:10 +00:00
|
|
|
#ifndef __ASM_SH_KDEBUG_H
|
|
|
|
#define __ASM_SH_KDEBUG_H
|
|
|
|
|
|
|
|
/* Grossly misnamed. */
|
|
|
|
enum die_val {
|
|
|
|
DIE_TRAP,
|
2009-09-01 08:38:32 +00:00
|
|
|
DIE_NMI,
|
2008-10-21 09:33:36 +00:00
|
|
|
DIE_OOPS,
|
2007-05-01 07:33:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* __ASM_SH_KDEBUG_H */
|