kdebug.h 165 字节
Newer Older
H
Haavard Skinnemoen 已提交
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 */