Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * mt9v022 sensor
0004  */
0005 
0006 #ifndef __MT9V022_H__
0007 #define __MT9V022_H__
0008 
0009 struct mt9v022_platform_data {
0010     unsigned short y_skip_top;  /* Lines to skip at the top */
0011 };
0012 
0013 #endif