blob: 34ff4cba131ac5313cd900957ffb171434291d49 [file] [log] [blame]
Mauro Carvalho Chehab6cb45872007-10-02 11:57:03 -03001/* tuner-xc2028
2 *
3 * Copyright (c) 2007 Mauro Carvalho Chehab (mchehab@infradead.org)
4 * This code is placed under the terms of the GNU General Public License v2
5 */
6
7/* xc2028 commands for callback */
8#define XC2028_TUNER_RESET 0
9#define XC2028_RESET_CLK 1
Michel Ludwig701672e2007-07-18 10:29:10 -030010
11struct dvb_frontend;
12struct i2c_client;
13
14int xc2028_attach(struct i2c_client *c, struct dvb_frontend *fe);