]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/lcd.h
sandbox: Add LCD driver
[karo-tx-uboot.git] / include / lcd.h
index d06d6f10720e751020705d04dde5eb2267276af0..5f84cd3c5b2ccad57c78fdf01419f0e50e2b11db 100644 (file)
@@ -313,6 +313,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                                           */
 /************************************************************************/