summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 98e2a58a53..9fe3ca2a8a 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -65,6 +65,9 @@ extern void lcd_update_rect(int x, int y, int width, int height);
65 #define lcd_update_rect(x,y,w,h) 65 #define lcd_update_rect(x,y,w,h)
66#endif 66#endif
67 67
68#ifdef IRIVER_H100
69void lcd_remote_init(void);
70#endif
68#ifdef HAVE_LCD_CHARCELLS 71#ifdef HAVE_LCD_CHARCELLS
69 72
70/* Icon definitions for lcd_icon() */ 73/* Icon definitions for lcd_icon() */