aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/kdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/kdebug.h')
-rw-r--r--include/asm-generic/kdebug.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-generic/kdebug.h b/include/asm-generic/kdebug.h
new file mode 100644
index 000000000000..2b799c90b2d4
--- /dev/null
+++ b/include/asm-generic/kdebug.h
@@ -0,0 +1,8 @@
+#ifndef _ASM_GENERIC_KDEBUG_H
+#define _ASM_GENERIC_KDEBUG_H
+
+enum die_val {
+ DIE_UNUSED,
+};
+
+#endif /* _ASM_GENERIC_KDEBUG_H */