patch-2.1.43 linux/include/linux/consolemap.h

Next file: linux/include/linux/dalloc.h
Previous file: linux/include/linux/console_struct.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.42/linux/include/linux/consolemap.h linux/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);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov