summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/kd.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/kd.h')
-rw-r--r--kernel/include/linux/kd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/include/linux/kd.h b/kernel/include/linux/kd.h
new file mode 100644
index 000000000..25bd17fad
--- /dev/null
+++ b/kernel/include/linux/kd.h
@@ -0,0 +1,7 @@
+#ifndef _LINUX_KD_H
+#define _LINUX_KD_H
+
+#include <uapi/linux/kd.h>
+
+#define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */
+#endif /* _LINUX_KD_H */