aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-08-17 14:32:52 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-08-17 14:32:52 +0530
commit4bb4d398ed4bbfa6c39ac52042f0d877237ab37d (patch)
treed01b35cef6d18b74faca5a1fc752d3e8723fa64a
parentfc3bf104e1770e1f2e7b5ed858c24451ec3d301f (diff)
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/plat-samsung/include/plat-samsung/hdmi.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat-samsung/hdmi.h b/arch/arm/plat-samsung/include/plat-samsung/hdmi.h
new file mode 100644
index 000000000000..5dc73474dd09
--- /dev/null
+++ b/arch/arm/plat-samsung/include/plat-samsung/hdmi.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2012 Samsung Electronics Co.Ltd
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ */
+
+#ifndef __PLAT_SAMSUNG_HDMI_H
+#define __PLAT_SAMSUNG_HDMI_H __FILE__
+
+extern void s5p_hdmi_set_platdata(struct i2c_board_info *hdmiphy_info,
+ struct i2c_board_info *mhl_info, int mhl_bus);
+
+#endif /* __PLAT_SAMSUNG_HDMI_H */