|
@@ -45,7 +45,7 @@ void poke_blanked_console(void);
|
|
|
int con_font_op(struct vc_data *vc, struct console_font_op *op);
|
|
|
int con_set_cmap(unsigned char __user *cmap);
|
|
|
int con_get_cmap(unsigned char __user *cmap);
|
|
|
-void scrollback(struct vc_data *vc, int lines);
|
|
|
+void scrollback(struct vc_data *vc);
|
|
|
void scrollfront(struct vc_data *vc, int lines);
|
|
|
void clear_buffer_attributes(struct vc_data *vc);
|
|
|
void update_region(struct vc_data *vc, unsigned long start, int count);
|