Files
Chromebook-Device-Nyan-NVID…/arch/avr32/include/asm/kdebug.h
2025-04-06 23:50:55 -05:00

13 lines
186 B
C

#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 */