X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fconsolemap.h;h=e2bf7e5db39a513c650e1e422f024f31c0e6ed2d;hb=a1efdaba2dbd6fb89e23a87b66d3f4dd92c9f5af;hp=06b2768c603f6a9ff0aeb70ef050245698b5ee78;hpb=2fe83b3ad12d43799af5f3156886eca443a88bac;p=mv-sheeva.git diff --git a/include/linux/consolemap.h b/include/linux/consolemap.h index 06b2768c603..e2bf7e5db39 100644 --- a/include/linux/consolemap.h +++ b/include/linux/consolemap.h @@ -16,4 +16,5 @@ 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);