mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Origin commit data
------------------
Branch: master
Commit: 890f4e2ea3
Author: max_10 <max_10@gmx.de>
Date: 2015-11-10 (Tue, 10 Nov 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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
|