oscam-2.26.01-11942-802-wit.../reader-irdeto.h

11 lines
206 B
C
Raw Permalink Normal View History

#ifndef READER_IRDETO_H_
#define READER_IRDETO_H_
#ifdef READER_IRDETO
void irdeto_add_emm_header(EMM_PACKET *ep);
#else
static inline void irdeto_add_emm_header(EMM_PACKET *UNUSED(ep)) { }
#endif
#endif