blob: 9c68cd2246a7904dd07b1751ffda853d9a121956 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef _FIREDTV_CI_H
#define _FIREDTV_CI_H
struct firesat;
int firesat_ca_register(struct firesat *firesat);
void firesat_ca_release(struct firesat *firesat);
#endif /* _FIREDTV_CI_H */
|