]> err.no Git - linux-2.6/blob - drivers/media/video/tuner-xc2028.h
34ff4cba131ac5313cd900957ffb171434291d49
[linux-2.6] / drivers / media / video / tuner-xc2028.h
1 /* 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
10
11 struct dvb_frontend;
12 struct i2c_client;
13
14 int xc2028_attach(struct i2c_client *c, struct dvb_frontend *fe);