diff options
Diffstat (limited to 'include/lcd.h')
-rw-r--r-- | include/lcd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lcd.h b/include/lcd.h index d063c9c..e52a625 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -29,6 +29,12 @@ #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); |