]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/lcd.h
lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment
[people/ms/u-boot.git] / include / lcd.h
index 42070d76366e8465a84baf3e90a7e95bff429a62..6a600eece4764d02606745ea4fa2274468fdced5 100644 (file)
@@ -297,6 +297,9 @@ int lcd_display_bitmap(ulong bmp_image, int x, int y);
 /* Allow boards to customize the information displayed */
 void lcd_show_board_info(void);
 
+/* Return the size of the LCD frame buffer, and the line length */
+int lcd_get_size(int *line_length);
+
 /************************************************************************/
 /* ** BITMAP DISPLAY SUPPORT                                           */
 /************************************************************************/