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