2 * Driver for OV5642 CMOS Image Sensor from OmniVision
\r
4 * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
\r
6 * This program is free software; you can redistribute it and/or modify
\r
7 * it under the terms of the GNU General Public License version 2 as
\r
8 * published by the Free Software Foundation.
\r
11 #ifndef __OV3640_H__
\r
12 #define __OV3640_H__
\r
19 #define SEQUENCE_INIT 0x00
\r
20 #define SEQUENCE_NORMAL 0x01
\r
22 #define SEQUENCE_PROPERTY 0xFFFD
\r
23 #define SEQUENCE_WAIT_MS 0xFFFE
\r
24 #define SEQUENCE_END 0x0000
\r