lm3560.h (9938b04472d5c59f8bd8152a548533a8599596a2) | lm3560.h (bcb63314e2c23f1ed622418b65f9409512659c73) |
---|---|
1/* 2 * include/media/i2c/lm3560.h 3 * 4 * Copyright (C) 2013 Texas Instruments 5 * 6 * Contact: Daniel Jeong <gshark.jeong@gmail.com> 7 * Ldd-Mlp <ldd-mlp@list.ti.com> 8 * 9 * This program is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU General Public License 11 * version 2 as published by the Free Software Foundation. 12 * 13 * This program is distributed in the hope that it will be useful, but 14 * WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * General Public License for more details. 17 * | 1/* 2 * include/media/i2c/lm3560.h 3 * 4 * Copyright (C) 2013 Texas Instruments 5 * 6 * Contact: Daniel Jeong <gshark.jeong@gmail.com> 7 * Ldd-Mlp <ldd-mlp@list.ti.com> 8 * 9 * This program is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU General Public License 11 * version 2 as published by the Free Software Foundation. 12 * 13 * This program is distributed in the hope that it will be useful, but 14 * WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * General Public License for more details. 17 * |
18 * You should have received a copy of the GNU General Public License 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 21 * 02110-1301 USA 22 * | |
23 */ 24 25#ifndef __LM3560_H__ 26#define __LM3560_H__ 27 28#include <media/v4l2-subdev.h> 29 30#define LM3560_NAME "lm3560" --- 67 unchanged lines hidden --- | 18 */ 19 20#ifndef __LM3560_H__ 21#define __LM3560_H__ 22 23#include <media/v4l2-subdev.h> 24 25#define LM3560_NAME "lm3560" --- 67 unchanged lines hidden --- |