1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* mt9v011 sensor 2 /* mt9v011 sensor 3 * 3 * 4 * Copyright (C) 2011 Hans Verkuil <hverkuil@x 4 * Copyright (C) 2011 Hans Verkuil <hverkuil@xs4all.nl> 5 */ 5 */ 6 6 7 #ifndef __MT9V011_H__ 7 #ifndef __MT9V011_H__ 8 #define __MT9V011_H__ 8 #define __MT9V011_H__ 9 9 10 struct mt9v011_platform_data { 10 struct mt9v011_platform_data { 11 unsigned xtal; /* Hz */ 11 unsigned xtal; /* Hz */ 12 }; 12 }; 13 13 14 #endif 14 #endif 15 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.