blob: bd52c083c4a548e2c12dada16b195720b55584b6 [file] [log] [blame]
Daniel Scheller69716932017-08-12 07:55:54 -04001/*
2 * ddbridge-hw.h: Digital Devices bridge hardware maps
3 *
4 * Copyright (C) 2010-2017 Digital Devices GmbH
5 * Ralph Metzler <rjkm@metzlerbros.de>
6 * Marcus Metzler <mocm@metzlerbros.de>
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * version 2 only, as published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 */
18
19#ifndef _DDBRIDGE_HW_H_
20#define _DDBRIDGE_HW_H_
21
22#include "ddbridge.h"
23
24/******************************************************************************/
25
26extern const struct ddb_info ddb_none;
27extern const struct ddb_info ddb_octopus;
28extern const struct ddb_info ddb_octopusv3;
29extern const struct ddb_info ddb_octopus_le;
30extern const struct ddb_info ddb_octopus_oem;
31extern const struct ddb_info ddb_octopus_mini;
32extern const struct ddb_info ddb_v6;
33extern const struct ddb_info ddb_v6_5;
34extern const struct ddb_info ddb_v7;
35extern const struct ddb_info ddb_v7a;
36extern const struct ddb_info ddb_ctv7;
37extern const struct ddb_info ddb_satixS2v3;
38extern const struct ddb_info ddb_ci;
39extern const struct ddb_info ddb_cis;
40extern const struct ddb_info ddb_ci_s2_pro;
41extern const struct ddb_info ddb_ci_s2_pro_a;
42extern const struct ddb_info ddb_dvbct;
43
44/****************************************************************************/
45
46extern const struct ddb_info ddb_ct2_8;
47extern const struct ddb_info ddb_c2t2_8;
48extern const struct ddb_info ddb_isdbt_8;
49extern const struct ddb_info ddb_c2t2i_v0_8;
50extern const struct ddb_info ddb_c2t2i_8;
51
52#endif /* _DDBRIDGE_HW_H */