aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/selection.h')
-rw-r--r--include/linux/selection.h6
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);
25extern int console_blanked; 25extern int console_blanked;
26 26
27extern const unsigned char color_table[]; 27extern const unsigned char color_table[];
28extern int default_red[]; 28extern unsigned char default_red[];
29extern int default_grn[]; 29extern unsigned char default_grn[];
30extern int default_blu[]; 30extern unsigned char default_blu[];
31 31
32extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed); 32extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed);
33extern u16 screen_glyph(struct vc_data *vc, int offset); 33extern u16 screen_glyph(struct vc_data *vc, int offset);