/* 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
/* 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