linux/include/media/i2c/ov7670.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * A V4L2 driver for OmniVision OV7670 cameras.
 *
 * Copyright 2010 One Laptop Per Child
 */

#ifndef __OV7670_H
#define __OV7670_H

struct ov7670_config {};

#endif