blob: ca4f9542365afdd27a061ca22e12448afd0a6a46 [file] [log] [blame]
#ifndef __ASM_AVR32_KDEBUG_H
#define __ASM_AVR32_KDEBUG_H
/* Grossly misnamed. */
enum die_val {
DIE_BREAKPOINT,
DIE_SSTEP,
DIE_NMI,
};
#endif /* __ASM_AVR32_KDEBUG_H */