Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2c15bd00a5d6b2b64e006e91e2196f0c6a764cb6
/
.
/
arch
/
avr32
/
include
/
asm
/
kdebug.h
blob: f930ce28680301776264d8b0bda29b388ea532cd [
file
] [
log
] [
blame
]
#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 */