Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / media / i2c / ths7303.h
blob834e2f95b630540399f3f7b3cfafeb5265cf51ce
1 /*
2 * Copyright (C) 2013 Texas Instruments Inc
4 * Copyright 2013 Cisco Systems, Inc. and/or its affiliates.
6 * Contributors:
7 * Hans Verkuil <hans.verkuil@cisco.com>
8 * Lad, Prabhakar <prabhakar.lad@ti.com>
9 * Martin Bugge <marbugge@cisco.com>
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation version 2.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
21 #ifndef THS7353_H
22 #define THS7353_H
24 /**
25 * struct ths7303_platform_data - Platform dependent data
26 * @ch_1: Bias value for channel one.
27 * @ch_2: Bias value for channel two.
28 * @ch_3: Bias value for channel three.
30 struct ths7303_platform_data {
31 u8 ch_1;
32 u8 ch_2;
33 u8 ch_3;
36 #endif