firedtv-ci.h 178 B

123456789
  1. #ifndef _FIREDTV_CI_H
  2. #define _FIREDTV_CI_H
  3. struct firedtv;
  4. int fdtv_ca_register(struct firedtv *fdtv);
  5. void fdtv_ca_release(struct firedtv *fdtv);
  6. #endif /* _FIREDTV_CI_H */