summaryrefslogtreecommitdiffstats
path: root/include/lcd.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-25 23:35:58 +0000
committerwdenk <wdenk>2004-06-25 23:35:58 +0000
commitc3f4d17e05de2a448320e622e72153706aa0b59e (patch)
tree05643e63acc5be989a924424233d10706314bde6 /include/lcd.h
parent021bfcd3c624ce88f739f01ba4220197bdd47a5e (diff)
downloadtalos-obmc-uboot-c3f4d17e05de2a448320e622e72153706aa0b59e.tar.gz
talos-obmc-uboot-c3f4d17e05de2a448320e622e72153706aa0b59e.zip
Add "cls" function to MPC823 LCD driver so we can reinitialize the
display even after showing a bitmap
Diffstat (limited to 'include/lcd.h')
-rw-r--r--include/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcd.h b/include/lcd.h
index e52a625470..e0e21840a0 100644
--- a/include/lcd.h
+++ b/include/lcd.h
@@ -37,7 +37,7 @@ extern char lcd_is_enabled;
/* Video functions */
-int lcd_init (void *lcdbase);
+/* int lcd_init (void *lcdbase); */
void lcd_putc (const char c);
void lcd_puts (const char *s);
void lcd_printf (const char *fmt, ...);
OpenPOWER on IntegriCloud