#ifndef STV06XX_VV6410_H_
#define STV06XX_VV6410_H_
#include "stv06xx_sensor.h"
#define VV6410_COLS …
#define VV6410_ROWS …
#define VV6410_DEVICEH …
#define VV6410_DEVICEL …
#define VV6410_STATUS0 …
#define VV6410_LINECOUNTH …
#define VV6410_LINECOUNTL …
#define VV6410_XENDH …
#define VV6410_XENDL …
#define VV6410_YENDH …
#define VV6410_YENDL …
#define VV6410_DARKAVGH …
#define VV6410_DARKAVGL …
#define VV6410_BLACKAVGH …
#define VV6410_BLACKAVGL …
#define VV6410_STATUS1 …
#define VV6410_SETUP0 …
#define VV6410_SETUP1 …
#define VV6410_SYNCVALUE …
#define VV6410_FGMODES …
#define VV6410_PINMAPPING …
#define VV6410_DATAFORMAT …
#define VV6410_OPFORMAT …
#define VV6410_MODESELECT …
#define VV6410_FINEH …
#define VV6410_FINEL …
#define VV6410_COARSEH …
#define VV6410_COARSEL …
#define VV6410_ANALOGGAIN …
#define VV6410_CLKDIV …
#define VV6410_DARKOFFSETH …
#define VV6410_DARKOFFSETL …
#define VV6410_DARKOFFSETSETUP …
#define VV6410_LINELENGTHH …
#define VV6410_LINELENGTHL …
#define VV6410_XOFFSETH …
#define VV6410_XOFFSETL …
#define VV6410_YOFFSETH …
#define VV6410_YOFFSETL …
#define VV6410_FIELDLENGTHH …
#define VV6410_FIELDLENGTHL …
#define VV6410_BLACKOFFSETH …
#define VV6410_BLACKOFFSETL …
#define VV6410_BLACKOFFSETSETUP …
#define VV6410_CR0 …
#define VV6410_CR1 …
#define VV6410_AS0 …
#define VV6410_AT0 …
#define VV6410_AT1 …
#define VV6410_HFLIP …
#define VV6410_VFLIP …
#define VV6410_LOW_POWER_MODE …
#define VV6410_SOFT_RESET …
#define VV6410_PAL_25_FPS …
#define VV6410_CLK_DIV_2 …
#define VV6410_FINE_EXPOSURE …
#define VV6410_COARSE_EXPOSURE …
#define VV6410_DEFAULT_GAIN …
#define VV6410_SUBSAMPLE …
#define VV6410_CROP_TO_QVGA …
#define VV6410_CIF_LINELENGTH …
static int vv6410_probe(struct sd *sd);
static int vv6410_start(struct sd *sd);
static int vv6410_init(struct sd *sd);
static int vv6410_init_controls(struct sd *sd);
static int vv6410_stop(struct sd *sd);
static int vv6410_dump(struct sd *sd);
static int vv6410_set_hflip(struct gspca_dev *gspca_dev, __s32 val);
static int vv6410_set_vflip(struct gspca_dev *gspca_dev, __s32 val);
static int vv6410_set_analog_gain(struct gspca_dev *gspca_dev, __s32 val);
static int vv6410_set_exposure(struct gspca_dev *gspca_dev, __s32 val);
const struct stv06xx_sensor stv06xx_sensor_vv6410 = …;
struct stv_init { … };
static const struct stv_init stv_bridge_init[] = …;
static const u8 vv6410_sensor_init[][2] = …;
#endif