patch-1.3.1 linux/drivers/char/consolemap.h
Next file: linux/drivers/char/cp437.uni
Previous file: linux/drivers/char/consolemap.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Tue Jun 13 10:47:47 1995
- Orig file:
v1.3.0/linux/drivers/char/consolemap.h
- Orig date:
Wed Feb 15 10:50:55 1995
diff -u --recursive --new-file v1.3.0/linux/drivers/char/consolemap.h linux/drivers/char/consolemap.h
@@ -3,11 +3,12 @@
*
* Interface between console.c, selection.c and consolemap.c
*/
-#define NORM_MAP 0
+#define LAT1_MAP 0
#define GRAF_MAP 1
-#define NULL_MAP 2
+#define IBMPC_MAP 2
#define USER_MAP 3
extern int hashtable_contents_valid;
extern unsigned char inverse_translate(unsigned char c);
-extern unsigned char *set_translate(int m);
+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
with Sam's (original) version of this