2 * Public SH-mobile MIPI DSI header
4 * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 #ifndef VIDEO_SH_MIPI_DSI_H
11 #define VIDEO_SH_MIPI_DSI_H
13 enum sh_mipi_dsi_data_fmt
{
28 struct sh_mobile_lcdc_chan_cfg
;
30 struct sh_mipi_dsi_info
{
31 enum sh_mipi_dsi_data_fmt data_format
;
32 struct sh_mobile_lcdc_chan_cfg
*lcd_chan
;