Merge branch 'next'
[platform/kernel/u-boot.git] / include / lcd.h
index 15affb8..512221e 100644 (file)
@@ -197,6 +197,8 @@ void        lcd_putc        (const char c);
 void   lcd_puts        (const char *s);
 void   lcd_printf      (const char *fmt, ...);
 
+/* Allow boards to customize the information displayed */
+void lcd_show_board_info(void);
 
 /************************************************************************/
 /* ** BITMAP DISPLAY SUPPORT                                           */