media: dvb-frontends/cxd2099: fix MODULE_LICENSE to 'GPL v2'
[linux-2.6-block.git] / drivers / media / dvb-frontends / cxd2099.h
CommitLineData
0f0b270f 1/*
2dc3e050 2 * cxd2099.h: Driver for the Sony CXD2099AR Common Interface Controller
0f0b270f 3 *
6eb94193 4 * Copyright (C) 2010-2011 Digital Devices GmbH
0f0b270f 5 *
0f0b270f
RM
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 only, as published by the Free Software Foundation.
9 *
0f0b270f
RM
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
0f0b270f
RM
14 */
15
16#ifndef _CXD2099_H_
17#define _CXD2099_H_
18
fada1935 19#include <media/dvb_ca_en50221.h>
0f0b270f 20
6eb94193
RM
21struct cxd2099_cfg {
22 u32 bitrate;
dd3c5d00
RM
23 u8 polarity;
24 u8 clock_mode;
25
26 u32 max_i2c;
6eb94193 27
81a70591
DS
28 /* ptr to DVB CA struct */
29 struct dvb_ca_en50221 **en;
30};
6eb94193 31
0f0b270f 32#endif