swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 92bf22614b21a2706f4993b278017e437f7785b3 authored by Linus Torvalds on 07 February 2021, 21:57:38 UTC
Linux 5.11-rc7
Tip revision: 92bf226
mt9v022.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * mt9v022 sensor
 */

#ifndef __MT9V022_H__
#define __MT9V022_H__

struct mt9v022_platform_data {
	unsigned short y_skip_top;	/* Lines to skip at the top */
};

#endif
back to top