| * Copyright (C) 2008 Renesas Solutions Corp. |
| * Kuninori Morimoto <morimoto.kuninori@renesas.com> |
| * Copyright (C) Kuninori Morimoto <morimoto.kuninori@renesas.com> |
| * 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. |
| #include <media/soc_camera.h> |
| * tw9910_mpout_pin - MPOUT (multi-purpose output) pin functions |
| * tw9910_video_info - tw9910 driver interface structure |
| * @buswidth: Parallel data bus width (8 or 16). |
| * @mpout: Selected function of MPOUT (multi-purpose output) pin. |
| * See &enum tw9910_mpout_pin |
| struct tw9910_video_info { |
| enum tw9910_mpout_pin mpout; |
| #endif /* __TW9910_H__ */ |