22 lines
840 B
C
22 lines
840 B
C
|
|
#ifndef READERS_H_
|
||
|
|
#define READERS_H_
|
||
|
|
|
||
|
|
extern const struct s_cardsystem reader_nagra;
|
||
|
|
extern const struct s_cardsystem reader_nagracak7;
|
||
|
|
extern const struct s_cardsystem reader_irdeto;
|
||
|
|
extern const struct s_cardsystem reader_cryptoworks;
|
||
|
|
extern const struct s_cardsystem reader_viaccess;
|
||
|
|
extern const struct s_cardsystem reader_conax;
|
||
|
|
extern const struct s_cardsystem reader_seca;
|
||
|
|
extern const struct s_cardsystem reader_videoguard1;
|
||
|
|
extern const struct s_cardsystem reader_videoguard2;
|
||
|
|
extern const struct s_cardsystem reader_videoguard12;
|
||
|
|
extern const struct s_cardsystem reader_dre;
|
||
|
|
extern const struct s_cardsystem reader_drecas;
|
||
|
|
extern const struct s_cardsystem reader_tongfang;
|
||
|
|
extern const struct s_cardsystem reader_bulcrypt;
|
||
|
|
extern const struct s_cardsystem reader_griffin;
|
||
|
|
extern const struct s_cardsystem reader_dgcrypt;
|
||
|
|
|
||
|
|
#endif
|