diff options
Diffstat (limited to 'drivers/video/mmp/hw/mmp_ctrl.h')
-rw-r--r-- | drivers/video/mmp/hw/mmp_ctrl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/mmp/hw/mmp_ctrl.h b/drivers/video/mmp/hw/mmp_ctrl.h index b125f53336f..6408d8ef3ab 100644 --- a/drivers/video/mmp/hw/mmp_ctrl.h +++ b/drivers/video/mmp/hw/mmp_ctrl.h @@ -1967,4 +1967,8 @@ static inline struct lcd_regs *path_regs(struct mmp_path *path) return NULL; } } + +#ifdef CONFIG_MMP_DISP_SPI +extern int lcd_spi_register(struct mmphw_ctrl *ctrl); +#endif #endif /* _MMP_CTRL_H_ */ |