Sign in
android-kvm
/
linux
/
c1d6105869464635d8a2bcf87a43c05f4c0cfca4
/
.
/
arch
/
riscv
/
include
/
asm
/
kdebug.h
blob: 85ac00411f6ebfe999f6b7070d62cbc7743d11c6 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef
_ASM_ARC_KDEBUG_H
#define
_ASM_ARC_KDEBUG_H
enum
die_val
{
DIE_UNUSED
,
DIE_TRAP
,
DIE_OOPS
};
#endif