mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-09-02 10:21:12 +02:00
test c**
This commit is contained in:
9
libdvbci/descrambler.h
Normal file
9
libdvbci/descrambler.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
Reference in New Issue
Block a user