Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / asm-generic / kdebug.h
diff --git a/kernel/include/asm-generic/kdebug.h b/kernel/include/asm-generic/kdebug.h
new file mode 100644 (file)
index 0000000..d181449
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef _ASM_GENERIC_KDEBUG_H
+#define _ASM_GENERIC_KDEBUG_H
+
+enum die_val {
+       DIE_UNUSED,
+       DIE_OOPS = 1,
+};
+
+#endif /* _ASM_GENERIC_KDEBUG_H */