summaryrefslogtreecommitdiffstats
path: root/include/linux/consolemap.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-06-17 13:20:30 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-06-17 13:20:30 +0000
commit7acb77a6e7bddd4c4c5aa975bbf976927c013798 (patch)
tree4139829ec6edb85f73774bb95cdec376758bfc73 /include/linux/consolemap.h
parent64d58d4c8cd6a89ee218301ec0dc0ebfec91a4db (diff)
Merge with 2.1.43.
Diffstat (limited to 'include/linux/consolemap.h')
-rw-r--r--include/linux/consolemap.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/consolemap.h b/include/linux/consolemap.h
new file mode 100644
index 000000000..9aba19db3
--- /dev/null
+++ b/include/linux/consolemap.h
@@ -0,0 +1,14 @@
+/*
+ * consolemap.h
+ *
+ * Interface between console.c, selection.c and consolemap.c
+ */
+#define LAT1_MAP 0
+#define GRAF_MAP 1
+#define IBMPC_MAP 2
+#define USER_MAP 3
+
+extern int hashtable_contents_valid;
+extern unsigned char inverse_translate(int glyph);
+extern unsigned short *set_translate(int m);
+extern int conv_uni_to_pc(long ucs);