repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
include
/
media
/
i2c
/
mt9v011.h
blob
41c00b3e7184028694e6c5efd60f06b63585f5e2
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/* mt9v011 sensor
3
*
4
* Copyright (C) 2011 Hans Verkuil <hverkuil@xs4all.nl>
5
*/
6
7
#ifndef __MT9V011_H__
8
#define __MT9V011_H__
9
10
struct
mt9v011_platform_data
{
11
unsigned
xtal
;
/* Hz */
12
};
13
14
#endif