diff options
Diffstat (limited to 'include/linux/selection.h')
-rw-r--r-- | include/linux/selection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/selection.h b/include/linux/selection.h index 7e6c4450b8a5..8e4624efdb6f 100644 --- a/include/linux/selection.h +++ b/include/linux/selection.h | |||
@@ -25,9 +25,9 @@ extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry); | |||
25 | extern int console_blanked; | 25 | extern int console_blanked; |
26 | 26 | ||
27 | extern const unsigned char color_table[]; | 27 | extern const unsigned char color_table[]; |
28 | extern int default_red[]; | 28 | extern unsigned char default_red[]; |
29 | extern int default_grn[]; | 29 | extern unsigned char default_grn[]; |
30 | extern int default_blu[]; | 30 | extern unsigned char default_blu[]; |
31 | 31 | ||
32 | extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed); | 32 | extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed); |
33 | extern u16 screen_glyph(struct vc_data *vc, int offset); | 33 | extern u16 screen_glyph(struct vc_data *vc, int offset); |