diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 17:40:40 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 17:40:40 -0800 |
| commit | 7a2deb32924142696b8174cdf9b38cd72a11fc96 (patch) | |
| tree | 8ecc18f81fdb849254f39dc2e9fd77253319e1ec /include/linux/consolemap.h | |
Import changeset
Diffstat (limited to 'include/linux/consolemap.h')
| -rw-r--r-- | include/linux/consolemap.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/consolemap.h b/include/linux/consolemap.h new file mode 100644 index 000000000000..dee4b654c589 --- /dev/null +++ b/include/linux/consolemap.h @@ -0,0 +1,15 @@ +/* + * 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,int currcons); +extern int conv_uni_to_pc(struct vc_data *conp, long ucs); |
