License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / include / media / i2c / mt9p031.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
418d93ac
JM
2#ifndef MT9P031_H
3#define MT9P031_H
4
5struct v4l2_subdev;
6
15693b57
LP
7/*
8 * struct mt9p031_platform_data - MT9P031 platform data
15693b57
LP
9 * @ext_freq: Input clock frequency
10 * @target_freq: Pixel clock frequency
11 */
418d93ac 12struct mt9p031_platform_data {
15693b57
LP
13 int ext_freq;
14 int target_freq;
418d93ac
JM
15};
16
17#endif