diff options
Diffstat (limited to 'include/video/omapdss.h')
| -rw-r--r-- | include/video/omapdss.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index aeb4e9a0c5d..1a08be0990b 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -690,6 +690,10 @@ struct omap_dss_driver { int (*enable)(struct omap_dss_device *display); void (*disable)(struct omap_dss_device *display); +#if defined(CONFIG_HAS_AMBIENTMODE) + int (*suspend)(struct omap_dss_device *display); + int (*resume)(struct omap_dss_device *display); +#endif int (*run_test)(struct omap_dss_device *display, int test); int (*update)(struct omap_dss_device *dssdev, |