summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/samsungypr/lcd-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/samsungypr/lcd-target.h')
-rw-r--r--firmware/target/hosted/samsungypr/lcd-target.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/target/hosted/samsungypr/lcd-target.h b/firmware/target/hosted/samsungypr/lcd-target.h
index c8a6de74f9..900350eca2 100644
--- a/firmware/target/hosted/samsungypr/lcd-target.h
+++ b/firmware/target/hosted/samsungypr/lcd-target.h
@@ -22,5 +22,8 @@
22 22
23extern fb_data *dev_fb; 23extern fb_data *dev_fb;
24#define LCD_FRAMEBUF_ADDR(col, row) (dev_fb + row*LCD_WIDTH + col) 24#define LCD_FRAMEBUF_ADDR(col, row) (dev_fb + row*LCD_WIDTH + col)
25 25#ifdef HAVE_LCD_ENABLE
26extern void lcd_set_active(bool active);
27extern void lcd_enable(bool enable);
28#endif
26#endif 29#endif