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