Seung-Woo Kim | d840832 | 2011-12-21 17:39:39 +0900 | [diff] [blame] | 1 | /* |
| 2 | * |
| 3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. |
| 4 | * Authors: |
| 5 | * Inki Dae <inki.dae@samsung.com> |
| 6 | * Seung-Woo Kim <sw0312.kim@samsung.com> |
| 7 | * |
Inki Dae | d81aecb | 2012-12-18 02:30:17 +0900 | [diff] [blame^] | 8 | * This program is free software; you can redistribute it and/or modify it |
| 9 | * under the terms of the GNU General Public License as published by the |
| 10 | * Free Software Foundation; either version 2 of the License, or (at your |
| 11 | * option) any later version. |
Seung-Woo Kim | d840832 | 2011-12-21 17:39:39 +0900 | [diff] [blame] | 12 | */ |
| 13 | |
| 14 | #ifndef _EXYNOS_HDMI_H_ |
| 15 | #define _EXYNOS_HDMI_H_ |
| 16 | |
Seung-Woo Kim | d840832 | 2011-12-21 17:39:39 +0900 | [diff] [blame] | 17 | void hdmi_attach_ddc_client(struct i2c_client *ddc); |
| 18 | void hdmi_attach_hdmiphy_client(struct i2c_client *hdmiphy); |
| 19 | |
| 20 | extern struct i2c_driver hdmiphy_driver; |
| 21 | extern struct i2c_driver ddc_driver; |
| 22 | |
| 23 | #endif |