repo.or.cz
/
oscam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git]
/
reader-dre-st20.h
blob
a48e9778eaae94bd699ba99d5cf7c21972eb06c5
1
#ifndef ST20_H_
2
#define ST20_H_
3
4
int
st20_run
(
uint8_t
*
snip
,
uint32_t
snip_len
,
int
addr
,
uint8_t
*
data
,
uint16_t
overcryptId
);
5
6
#endif