18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _AV7110_CA_H_ 38c2ecf20Sopenharmony_ci#define _AV7110_CA_H_ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_cistruct av7110; 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciextern void CI_handle(struct av7110 *av7110, u8 *data, u16 len); 88c2ecf20Sopenharmony_ciextern void ci_get_data(struct dvb_ringbuffer *cibuf, u8 *data, int len); 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciextern int av7110_ca_register(struct av7110 *av7110); 118c2ecf20Sopenharmony_ciextern void av7110_ca_unregister(struct av7110 *av7110); 128c2ecf20Sopenharmony_ciextern int av7110_ca_init(struct av7110* av7110); 138c2ecf20Sopenharmony_ciextern void av7110_ca_exit(struct av7110* av7110); 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* _AV7110_CA_H_ */ 16