adp1653.h (9938b04472d5c59f8bd8152a548533a8599596a2) | adp1653.h (bcb63314e2c23f1ed622418b65f9409512659c73) |
---|---|
1/* 2 * include/media/i2c/adp1653.h 3 * 4 * Copyright (C) 2008--2011 Nokia Corporation 5 * 6 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 7 * 8 * Contributors: --- 4 unchanged lines hidden (view full) --- 13 * modify it under the terms of the GNU General Public License 14 * version 2 as published by the Free Software Foundation. 15 * 16 * This program is distributed in the hope that it will be useful, but 17 * WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * General Public License for more details. 20 * | 1/* 2 * include/media/i2c/adp1653.h 3 * 4 * Copyright (C) 2008--2011 Nokia Corporation 5 * 6 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 7 * 8 * Contributors: --- 4 unchanged lines hidden (view full) --- 13 * modify it under the terms of the GNU General Public License 14 * version 2 as published by the Free Software Foundation. 15 * 16 * This program is distributed in the hope that it will be useful, but 17 * WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * General Public License for more details. 20 * |
21 * You should have received a copy of the GNU General Public License 22 * along with this program; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 24 * 02110-1301 USA 25 * | |
26 */ 27 28#ifndef ADP1653_H 29#define ADP1653_H 30 31#include <linux/i2c.h> 32#include <linux/mutex.h> 33#include <linux/videodev2.h> --- 95 unchanged lines hidden --- | 21 */ 22 23#ifndef ADP1653_H 24#define ADP1653_H 25 26#include <linux/i2c.h> 27#include <linux/mutex.h> 28#include <linux/videodev2.h> --- 95 unchanged lines hidden --- |