Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / media / dvb / ttpci / av7110_ca.h
blob70ee855ece1bb0c5d706c9b08f879434f9af99e5
1 #ifndef _AV7110_CA_H_
2 #define _AV7110_CA_H_
4 struct av7110;
6 extern void CI_handle(struct av7110 *av7110, u8 *data, u16 len);
7 extern void ci_get_data(struct dvb_ringbuffer *cibuf, u8 *data, int len);
9 extern int av7110_ca_register(struct av7110 *av7110);
10 extern void av7110_ca_unregister(struct av7110 *av7110);
11 extern int av7110_ca_init(struct av7110* av7110);
12 extern void av7110_ca_exit(struct av7110* av7110);
14 #endif /* _AV7110_CA_H_ */