4 * Interface between console.c, selection.c and consolemap.c
11 #include <linux/types.h>
15 extern u16
inverse_translate(struct vc_data
*conp
, int glyph
, int use_unicode
);
16 extern unsigned short *set_translate(int m
, struct vc_data
*vc
);
17 extern int conv_uni_to_pc(struct vc_data
*conp
, long ucs
);
18 extern u32
conv_8bit_to_uni(unsigned char c
);
19 void console_map_init(void);