revert breaks some stupid old compilers
[oscam.git] / readers.h
blobbeafcedda84d65eb35fd0840d56aef674e5a081a
1 #ifndef READERS_H_
2 #define READERS_H_
4 extern const struct s_cardsystem reader_nagra;
5 extern const struct s_cardsystem reader_irdeto;
6 extern const struct s_cardsystem reader_cryptoworks;
7 extern const struct s_cardsystem reader_viaccess;
8 extern const struct s_cardsystem reader_conax;
9 extern const struct s_cardsystem reader_seca;
10 extern const struct s_cardsystem reader_videoguard1;
11 extern const struct s_cardsystem reader_videoguard2;
12 extern const struct s_cardsystem reader_videoguard12;
13 extern const struct s_cardsystem reader_dre;
14 extern const struct s_cardsystem reader_drecas;
15 extern const struct s_cardsystem reader_tongfang;
16 extern const struct s_cardsystem reader_bulcrypt;
17 extern const struct s_cardsystem reader_griffin;
18 extern const struct s_cardsystem reader_dgcrypt;
20 #endif