|
@@ -86,8 +86,6 @@ static int vgacon_set_origin(struct vc_data *c);
|
|
|
static void vgacon_save_screen(struct vc_data *c);
|
|
|
static int vgacon_scroll(struct vc_data *c, int t, int b, int dir,
|
|
|
int lines);
|
|
|
-static u8 vgacon_build_attr(struct vc_data *c, u8 color, u8 intensity,
|
|
|
- u8 blink, u8 underline, u8 reverse, u8);
|
|
|
static void vgacon_invert_region(struct vc_data *c, u16 * p, int count);
|
|
|
static unsigned long vgacon_uni_pagedir[2];
|
|
|
|