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
- Lines: 15
- Date:
Thu Jun 12 16:22:10 1997
- Orig file:
v2.1.42/linux/include/linux/consolemap.h
- Orig date:
Wed Dec 31 16:00:00 1969
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