lcd: Let the board code show board-specific info
[oweals/u-boot.git] / include / lcd.h
index 15affb85cbed89d2b7e3cbf7518e8ebcb848fdfe..512221e9c46869d3fbe7b8909bfb15e0ab75ffec 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                                           */