]> Git Repo - J-linux.git/blob - include/media/i2c/mt9v011.h
sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR
[J-linux.git] / include / media / i2c / mt9v011.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* mt9v011 sensor
3  *
4  * Copyright (C) 2011 Hans Verkuil <[email protected]>
5  */
6
7 #ifndef __MT9V011_H__
8 #define __MT9V011_H__
9
10 struct mt9v011_platform_data {
11         unsigned xtal;  /* Hz */
12 };
13
14 #endif
This page took 0.027306 seconds and 4 git commands to generate.