summaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/asm/kdebug.h
blob: f930ce28680301776264d8b0bda29b388ea532cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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 */