]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/lcd.h
* Patches by Udi Finkelstein, 2 June 2003:
[karo-tx-uboot.git] / include / lcd.h
index d063c9c8b568f1059533bf31acaa21fb3cc9a9bf..e52a625470c2d56d3ab149ed69054406c03e6e07 100644 (file)
 #ifndef _LCD_H_
 #define _LCD_H_
 
+#if defined(CONFIG_RBC823)
+void   lcd_disable (void);
+#endif
+
+extern char lcd_is_enabled;
+
 /* Video functions */
 
 int    lcd_init        (void *lcdbase);