diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-10-28 08:37:19 +0100 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-10-28 08:37:19 +0100 |
| commit | d35c451d6cff3e77e40fbdfc7a2933cdcb86ae4b (patch) | |
| tree | b9cabe836db20373a8e645b30be6c0aa6eb7896a /include/lcd.h | |
| parent | a369f4a492fa2805d87775d27380f0eeaca35aa6 (diff) | |
| parent | 6b59e03e0237a40a2305ea385defdfd92000978b (diff) | |
| download | u-boot-d35c451d6cff3e77e40fbdfc7a2933cdcb86ae4b.tar.gz u-boot-d35c451d6cff3e77e40fbdfc7a2933cdcb86ae4b.tar.xz u-boot-d35c451d6cff3e77e40fbdfc7a2933cdcb86ae4b.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'include/lcd.h')
| -rw-r--r-- | include/lcd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lcd.h b/include/lcd.h index 15affb85cb..512221e9c4 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -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 */ |
