11 lines
206 B
C
Executable File
11 lines
206 B
C
Executable File
#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
|