- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git] / reader-irdeto.h
blob02b99036442dc38be19c10a61e49776cb72183ff
1 #ifndef READER_IRDETO_H_
2 #define READER_IRDETO_H_
4 #ifdef READER_IRDETO
5 void irdeto_add_emm_header(EMM_PACKET *ep);
6 #else
7 static inline void irdeto_add_emm_header(EMM_PACKET *UNUSED(ep)) { }
8 #endif
10 #endif