Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
7c329288d72e025db4feac65f0fed95fb3e3ef1c
/
.
/
arch
/
sh
/
include
/
asm
/
kdebug.h
blob: 985219f9759ef0aaa908e7308930627730498d6c [
file
] [
log
] [
blame
]
#ifndef
__ASM_SH_KDEBUG_H
#define
__ASM_SH_KDEBUG_H
/* Grossly misnamed. */
enum
die_val
{
DIE_TRAP
,
DIE_NMI
,
DIE_OOPS
,
};
#endif
/* __ASM_SH_KDEBUG_H */