mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
Origin commit data
------------------
Branch: master
Commit: 91b9bb6c9e
Author: max_10 <max_10@gmx.de>
Date: 2015-11-18 (Wed, 18 Nov 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
13 lines
330 B
C
13 lines
330 B
C
#ifndef __DESCR_H_
|
|
#define __DESCR_H_
|
|
|
|
int descrambler_init(void);
|
|
void descrambler_deinit(void);
|
|
bool descrambler_open(void);
|
|
void descrambler_close(void);
|
|
int descrambler_set_key(int index, int parity, unsigned char *data);
|
|
/* we don't use this for ci cam ! */
|
|
//int descrambler_set_pid(int index, int enable, int pid);
|
|
|
|
#endif
|