aboutsummaryrefslogtreecommitdiff
path: root/include/asm-avr32/kdebug.h
blob: fd7e99046b2f366be239078692c957381c223bc6 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ASM_AVR32_KDEBUG_H
#define __ASM_AVR32_KDEBUG_H

/* Grossly misnamed. */
enum die_val {
	DIE_BREAKPOINT,
	DIE_SSTEP,
};

#endif /* __ASM_AVR32_KDEBUG_H */