blob: 985219f9759ef0aaa908e7308930627730498d6c [file] [log] [blame]
#ifndef __ASM_SH_KDEBUG_H
#define __ASM_SH_KDEBUG_H
/* Grossly misnamed. */
enum die_val {
DIE_TRAP,
DIE_NMI,
DIE_OOPS,
};
#endif /* __ASM_SH_KDEBUG_H */