aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/kdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/kdebug.h')
-rw-r--r--arch/sh/include/asm/kdebug.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/include/asm/kdebug.h b/arch/sh/include/asm/kdebug.h
new file mode 100644
index 000000000000..49cd69051a88
--- /dev/null
+++ b/arch/sh/include/asm/kdebug.h
@@ -0,0 +1,9 @@
+#ifndef __ASM_SH_KDEBUG_H
+#define __ASM_SH_KDEBUG_H
+
+/* Grossly misnamed. */
+enum die_val {
+ DIE_TRAP,
+};
+
+#endif /* __ASM_SH_KDEBUG_H */