mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
11 lines
165 B
C
11 lines
165 B
C
![]() |
#ifndef __ASM_AVR32_KDEBUG_H
|
||
|
#define __ASM_AVR32_KDEBUG_H
|
||
|
|
||
|
/* Grossly misnamed. */
|
||
|
enum die_val {
|
||
|
DIE_BREAKPOINT,
|
||
|
DIE_SSTEP,
|
||
|
};
|
||
|
|
||
|
#endif /* __ASM_AVR32_KDEBUG_H */
|