blob: 82c9a1f11020b2ecfd1f3947d42ac6218b50a841 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * consolemap.h
3 *
4 * Interface between console.c, selection.c and consolemap.c
5 */
6#define LAT1_MAP 0
7#define GRAF_MAP 1
8#define IBMPC_MAP 2
9#define USER_MAP 3
10
11struct vc_data;
12
13extern unsigned char inverse_translate(struct vc_data *conp, int glyph);
14extern unsigned short *set_translate(int m, struct vc_data *vc);
15extern int conv_uni_to_pc(struct vc_data *conp, long ucs);
Adrian Bunk3cb340e2006-10-03 01:15:06 -070016void console_map_init(void);