Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c5d9ae265b105d9a67575fb67bd4650a6fc08e25
/
.
/
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