swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 6fbc7275c7a9ba97877050335f290341a1fd8dbf authored by Linus Torvalds on 30 June 2019, 03:25:36 UTC
Linux 5.2-rc7
Tip revision: 6fbc727
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