diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/lcd.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/lcd.h b/include/lcd.h index 4ac4ddd1e..e8c6c96f5 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -32,13 +32,11 @@  extern char lcd_is_enabled;  extern int lcd_line_length; -extern int lcd_color_fg; -extern int lcd_color_bg;  /*   * Frame buffer memory information   */ -extern void *lcd_base;		/* Start of framebuffer memory	*/ +extern void *lcd_base;			/* Start of framebuffer memory	*/  extern void *lcd_console_address;	/* Start of console buffer	*/  extern short console_col; @@ -54,6 +52,8 @@ extern void lcd_setcolreg (ushort regno,  				ushort red, ushort green, ushort blue);  extern void lcd_initcolregs (void); +extern int lcd_getfgcolor(void); +  /* gunzip_bmp used if CONFIG_VIDEO_BMP_GZIP */  extern struct bmp_image *gunzip_bmp(unsigned long addr, unsigned long *lenp);  extern int bmp_display(ulong addr, int x, int y); |