diff options
Diffstat (limited to 'include/lcd.h')
| -rw-r--r-- | include/lcd.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/include/lcd.h b/include/lcd.h index e8c6c96f5..9b8ffeb99 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -37,10 +37,7 @@ extern int lcd_line_length;   * Frame buffer memory information   */  extern void *lcd_base;			/* Start of framebuffer memory	*/ -extern void *lcd_console_address;	/* Start of console buffer	*/ -extern short console_col; -extern short console_row;  extern struct vidinfo panel_info;  extern void lcd_ctrl_init (void *lcdbase); |