]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/lcd.h
config: introduce a generic $bootcmd
[karo-tx-uboot.git] / include / lcd.h
index d06d6f10720e751020705d04dde5eb2267276af0..cc2ee3f9564e553595e52767cfd23da747ea3767 100644 (file)
@@ -258,10 +258,6 @@ extern vidinfo_t panel_info;
 
 /* Video functions */
 
-#if defined(CONFIG_RBC823)
-void   lcd_disable(void);
-#endif
-
 void   lcd_putc(const char c);
 void   lcd_puts(const char *s);
 void   lcd_printf(const char *fmt, ...);
@@ -313,6 +309,9 @@ int lcd_get_size(int *line_length);
 int lcd_dt_simplefb_add_node(void *blob);
 int lcd_dt_simplefb_enable_existing_node(void *blob);
 
+/* Update the LCD / flush the cache */
+void lcd_sync(void);
+
 /************************************************************************/
 /* ** BITMAP DISPLAY SUPPORT                                           */
 /************************************************************************/