mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
10 lines
232 B
C
10 lines
232 B
C
#ifndef __DESCR_H_
|
|
#define __DESCR_H_
|
|
|
|
int descrambler_init(void);
|
|
void descrambler_deinit(void);
|
|
int descrambler_set_key(int index, int parity, unsigned char *data);
|
|
int descrambler_set_pid(int index, int enable, int pid);
|
|
|
|
#endif
|