oscam-2.26.01-11942-802-wit.../readers.h
2026-02-24 21:37:51 +00:00

22 lines
840 B
C
Executable File

#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