4 * Copyright (C) 2008 Renesas Solutions Corp.
5 * Kuninori Morimoto <morimoto.kuninori@renesas.com>
9 * Copyright (C) Kuninori Morimoto <morimoto.kuninori@renesas.com>
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
19 #include <media/soc_camera.h>
21 enum tw9910_mpout_pin
{
32 struct tw9910_video_info
{
33 unsigned long buswidth
;
34 enum tw9910_mpout_pin mpout
;
38 #endif /* __TW9910_H__ */