X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fconsolemap.h;h=e2bf7e5db39a513c650e1e422f024f31c0e6ed2d;hb=a1efdaba2dbd6fb89e23a87b66d3f4dd92c9f5af;hp=82c9a1f11020b2ecfd1f3947d42ac6218b50a841;hpb=4a61f17378c2cdd9bd8f34ef8bd7422861d0c1f1;p=mv-sheeva.git diff --git a/include/linux/consolemap.h b/include/linux/consolemap.h index 82c9a1f1102..e2bf7e5db39 100644 --- a/include/linux/consolemap.h +++ b/include/linux/consolemap.h @@ -8,9 +8,13 @@ #define IBMPC_MAP 2 #define USER_MAP 3 +#include + struct vc_data; -extern unsigned char inverse_translate(struct vc_data *conp, int glyph); +extern u16 inverse_translate(struct vc_data *conp, int glyph, int use_unicode); extern unsigned short *set_translate(int m, struct vc_data *vc); extern int conv_uni_to_pc(struct vc_data *conp, long ucs); +extern u32 conv_8bit_to_uni(unsigned char c); +extern int conv_uni_to_8bit(u32 uni); void console_map_init(void);