- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git] / readers.h
blob316c2bea3371b0305dd12367303901d2d2ab3ff5
1 #ifndef READERS_H_
2 #define READERS_H_
4 extern const struct s_cardsystem reader_nagra;
5 extern const struct s_cardsystem reader_nagracak7;
6 extern const struct s_cardsystem reader_irdeto;
7 extern const struct s_cardsystem reader_cryptoworks;
8 extern const struct s_cardsystem reader_viaccess;
9 extern const struct s_cardsystem reader_conax;
10 extern const struct s_cardsystem reader_seca;
11 extern const struct s_cardsystem reader_videoguard1;
12 extern const struct s_cardsystem reader_videoguard2;
13 extern const struct s_cardsystem reader_videoguard12;
14 extern const struct s_cardsystem reader_dre;
15 extern const struct s_cardsystem reader_drecas;
16 extern const struct s_cardsystem reader_tongfang;
17 extern const struct s_cardsystem reader_bulcrypt;
18 extern const struct s_cardsystem reader_griffin;
19 extern const struct s_cardsystem reader_dgcrypt;
20 extern const struct s_cardsystem reader_emu;
22 #endif