firesat-ci.h 190 字节
Newer Older
1 2
#ifndef _FIREDTV_CI_H
#define _FIREDTV_CI_H
G
Greg Kroah-Hartman 已提交
3

4
struct firesat;
G
Greg Kroah-Hartman 已提交
5

6
int firesat_ca_register(struct firesat *firesat);
G
Greg Kroah-Hartman 已提交
7 8
void firesat_ca_release(struct firesat *firesat);

9
#endif /* _FIREDTV_CI_H */