Guennadi Liakhovetski | 6011bde | 2010-07-21 10:13:21 +0000 | [diff] [blame] | 1 | /* |
| 2 | * SH-Mobile High-Definition Multimedia Interface (HDMI) |
| 3 | * |
| 4 | * Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
| 5 | * |
| 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. |
| 9 | */ |
| 10 | |
| 11 | #ifndef SH_MOBILE_HDMI_H |
| 12 | #define SH_MOBILE_HDMI_H |
| 13 | |
| 14 | struct sh_mobile_lcdc_chan_cfg; |
| 15 | struct device; |
| 16 | |
| 17 | struct sh_mobile_hdmi_info { |
| 18 | struct sh_mobile_lcdc_chan_cfg *lcd_chan; |
| 19 | struct device *lcd_dev; |
| 20 | }; |
| 21 | |
| 22 | #endif |