firesat-ci.h 190 B

123456789
  1. #ifndef _FIREDTV_CI_H
  2. #define _FIREDTV_CI_H
  3. struct firesat;
  4. int firesat_ca_register(struct firesat *firesat);
  5. void firesat_ca_release(struct firesat *firesat);
  6. #endif /* _FIREDTV_CI_H */