Index: drivers/media/video/samsung/tv20/ddc.h |
diff --git a/drivers/media/video/samsung/tv20/ddc.h b/drivers/media/video/samsung/tv20/ddc.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..df2725104f92ee59850b9b2af11c602a1eff121f |
--- /dev/null |
+++ b/drivers/media/video/samsung/tv20/ddc.h |
@@ -0,0 +1,14 @@ |
+/* linux/drivers/media/video/samsung/tv20/ddc.h |
+* |
+* Copyright (c) 2010 Samsung Electronics Co., Ltd. |
+* http://www.samsung.com/ |
+* |
+* S5PV210 - ddc interface header for Samsung TVOut driver |
+* |
+* This program is free software; you can redistribute it and/or modify |
+* it under the terms of the GNU General Public License version 2 as |
+* published by the Free Software Foundation. |
+*/ |
+ |
+extern int ddc_read(u8 subaddr, u8 *data, u16 len); |
+extern int ddc_write(u8 *data, u16 len); |