diff options
Diffstat (limited to 'include/linux/selection.h')
| -rw-r--r-- | include/linux/selection.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/selection.h b/include/linux/selection.h index 5b278ce99d8d..a8f5b97b216f 100644 --- a/include/linux/selection.h +++ b/include/linux/selection.h | |||
| @@ -32,6 +32,7 @@ extern unsigned char default_blu[]; | |||
| 32 | 32 | ||
| 33 | extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed); | 33 | extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed); |
| 34 | extern u16 screen_glyph(struct vc_data *vc, int offset); | 34 | extern u16 screen_glyph(struct vc_data *vc, int offset); |
| 35 | extern u32 screen_glyph_unicode(struct vc_data *vc, int offset); | ||
| 35 | extern void complement_pos(struct vc_data *vc, int offset); | 36 | extern void complement_pos(struct vc_data *vc, int offset); |
| 36 | extern void invert_screen(struct vc_data *vc, int offset, int count, int shift); | 37 | extern void invert_screen(struct vc_data *vc, int offset, int count, int shift); |
| 37 | 38 | ||
| @@ -42,4 +43,9 @@ extern u16 vcs_scr_readw(struct vc_data *vc, const u16 *org); | |||
| 42 | extern void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org); | 43 | extern void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org); |
| 43 | extern void vcs_scr_updated(struct vc_data *vc); | 44 | extern void vcs_scr_updated(struct vc_data *vc); |
| 44 | 45 | ||
| 46 | extern int vc_uniscr_check(struct vc_data *vc); | ||
| 47 | extern void vc_uniscr_copy_line(struct vc_data *vc, void *dest, int viewed, | ||
| 48 | unsigned int row, unsigned int col, | ||
| 49 | unsigned int nr); | ||
| 50 | |||
| 45 | #endif | 51 | #endif |
