drm/nouveau/vm: fix memory corruption when pgt allocation fails
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / media / ov7670.h
blobb133bc1230310e9e4276a5daf4169c7981f14316
1 /*
2 * A V4L2 driver for OmniVision OV7670 cameras.
4 * Copyright 2010 One Laptop Per Child
6 * This file may be distributed under the terms of the GNU General
7 * Public License, version 2.
8 */
10 #ifndef __OV7670_H
11 #define __OV7670_H
13 struct ov7670_config {
14 int min_width; /* Filter out smaller sizes */
15 int min_height; /* Filter out smaller sizes */
16 int clock_speed; /* External clock speed (MHz) */
17 bool use_smbus; /* Use smbus I/O instead of I2C */
20 #endif