d305d8d349
Whatever the hell that is. Needed to make kernel/trace/trace.c compile again. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12 lines
186 B
C
12 lines
186 B
C
#ifndef __ASM_AVR32_KDEBUG_H
|
|
#define __ASM_AVR32_KDEBUG_H
|
|
|
|
/* Grossly misnamed. */
|
|
enum die_val {
|
|
DIE_BREAKPOINT,
|
|
DIE_SSTEP,
|
|
DIE_NMI,
|
|
DIE_OOPS,
|
|
};
|
|
|
|
#endif /* __ASM_AVR32_KDEBUG_H */
|