diff options
Diffstat (limited to 'drivers/video/sh_mobile_lcdcfb.h')
-rw-r--r-- | drivers/video/sh_mobile_lcdcfb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/sh_mobile_lcdcfb.h b/drivers/video/sh_mobile_lcdcfb.h index b2cb8e6d098c..6fb956c8e603 100644 --- a/drivers/video/sh_mobile_lcdcfb.h +++ b/drivers/video/sh_mobile_lcdcfb.h | |||
@@ -21,6 +21,9 @@ struct sh_mobile_lcdc_entity; | |||
21 | struct sh_mobile_lcdc_priv; | 21 | struct sh_mobile_lcdc_priv; |
22 | struct sh_mobile_lcdc_chan; | 22 | struct sh_mobile_lcdc_chan; |
23 | 23 | ||
24 | #define SH_MOBILE_LCDC_DISPLAY_DISCONNECTED 0 | ||
25 | #define SH_MOBILE_LCDC_DISPLAY_CONNECTED 1 | ||
26 | |||
24 | struct sh_mobile_lcdc_entity_ops { | 27 | struct sh_mobile_lcdc_entity_ops { |
25 | /* Display */ | 28 | /* Display */ |
26 | int (*display_on)(struct sh_mobile_lcdc_entity *entity); | 29 | int (*display_on)(struct sh_mobile_lcdc_entity *entity); |