OLD | NEW |
(Empty) | |
| 1 /* linux/drivers/media/video/samsung/tv20/ddc.h |
| 2 * |
| 3 * Copyright (c) 2010 Samsung Electronics Co., Ltd. |
| 4 * http://www.samsung.com/ |
| 5 * |
| 6 * S5PV210 - ddc interface header for Samsung TVOut driver |
| 7 * |
| 8 * This program is free software; you can redistribute it and/or modify |
| 9 * it under the terms of the GNU General Public License version 2 as |
| 10 * published by the Free Software Foundation. |
| 11 */ |
| 12 |
| 13 extern int ddc_read(u8 subaddr, u8 *data, u16 len); |
| 14 extern int ddc_write(u8 *data, u16 len); |
OLD | NEW |