|
|
| File: [Development] / linux-2.6-xfs / include / linux / consolemap.h (download)
Revision 1.3, Tue Oct 31 15:49:12 2006 UTC (10 years, 11 months ago) by tes.longdrop.melbourne.sgi.com
Merge up to 2.6.19-rc3 Merge of 2.6.x-xfs-melb:linux:27325b by kenmcd. |
/* * 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 struct vc_data; extern unsigned char inverse_translate(struct vc_data *conp, int glyph); extern unsigned short *set_translate(int m, struct vc_data *vc); extern int conv_uni_to_pc(struct vc_data *conp, long ucs); void console_map_init(void);