Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
3062fc67dad01b1d2a15d58c709eff946389eca4
/
.
/
include
/
asm-avr32
/
kdebug.h
blob: ca4f9542365afdd27a061ca22e12448afd0a6a46 [
file
] [
log
] [
blame
]
#ifndef
__ASM_AVR32_KDEBUG_H
#define
__ASM_AVR32_KDEBUG_H
/* Grossly misnamed. */
enum
die_val
{
DIE_BREAKPOINT
,
DIE_SSTEP
,
DIE_NMI
,
};
#endif
/* __ASM_AVR32_KDEBUG_H */