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 @@
1#ifndef __ASM_SH_KDEBUG_H
2#define __ASM_SH_KDEBUG_H
3
4/* Grossly misnamed. */
5enum die_val {
6 DIE_TRAP,
7};
8
9#endif /* __ASM_SH_KDEBUG_H */