Daniel Scheller | 6971693 | 2017-08-12 07:55:54 -0400 | [diff] [blame^] | 1 | /* |
| 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 | |
| 26 | extern const struct ddb_info ddb_none; |
| 27 | extern const struct ddb_info ddb_octopus; |
| 28 | extern const struct ddb_info ddb_octopusv3; |
| 29 | extern const struct ddb_info ddb_octopus_le; |
| 30 | extern const struct ddb_info ddb_octopus_oem; |
| 31 | extern const struct ddb_info ddb_octopus_mini; |
| 32 | extern const struct ddb_info ddb_v6; |
| 33 | extern const struct ddb_info ddb_v6_5; |
| 34 | extern const struct ddb_info ddb_v7; |
| 35 | extern const struct ddb_info ddb_v7a; |
| 36 | extern const struct ddb_info ddb_ctv7; |
| 37 | extern const struct ddb_info ddb_satixS2v3; |
| 38 | extern const struct ddb_info ddb_ci; |
| 39 | extern const struct ddb_info ddb_cis; |
| 40 | extern const struct ddb_info ddb_ci_s2_pro; |
| 41 | extern const struct ddb_info ddb_ci_s2_pro_a; |
| 42 | extern const struct ddb_info ddb_dvbct; |
| 43 | |
| 44 | /****************************************************************************/ |
| 45 | |
| 46 | extern const struct ddb_info ddb_ct2_8; |
| 47 | extern const struct ddb_info ddb_c2t2_8; |
| 48 | extern const struct ddb_info ddb_isdbt_8; |
| 49 | extern const struct ddb_info ddb_c2t2i_v0_8; |
| 50 | extern const struct ddb_info ddb_c2t2i_8; |
| 51 | |
| 52 | #endif /* _DDBRIDGE_HW_H */ |