Basic braille screen reader support
[linux-2.6-block.git] / drivers / char / vt.c
index 71cf203d282d76686b8d37a18751ad7f2754b71e..e458b08139afb6fd638b125334ca1b602eb8e136 100644 (file)
@@ -4004,6 +4004,7 @@ u16 screen_glyph(struct vc_data *vc, int offset)
                c |= 0x100;
        return c;
 }
+EXPORT_SYMBOL_GPL(screen_glyph);
 
 /* used by vcs - note the word offset */
 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed)