1# Ignore header name 2ignore define _DVBCA_H_ 3 4# struct ca_slot_info defines 5replace define CA_CI :c:type:`ca_slot_info` 6replace define CA_CI_LINK :c:type:`ca_slot_info` 7replace define CA_CI_PHYS :c:type:`ca_slot_info` 8replace define CA_DESCR :c:type:`ca_slot_info` 9replace define CA_SC :c:type:`ca_slot_info` 10replace define CA_CI_MODULE_PRESENT :c:type:`ca_slot_info` 11replace define CA_CI_MODULE_READY :c:type:`ca_slot_info` 12 13# struct ca_descr_info defines 14replace define CA_ECD :c:type:`ca_descr_info` 15replace define CA_NDS :c:type:`ca_descr_info` 16replace define CA_DSS :c:type:`ca_descr_info` 17 18# some typedefs should point to struct/enums 19replace typedef ca_slot_info_t :c:type:`ca_slot_info` 20replace typedef ca_descr_info_t :c:type:`ca_descr_info` 21replace typedef ca_caps_t :c:type:`ca_caps` 22replace typedef ca_msg_t :c:type:`ca_msg` 23replace typedef ca_descr_t :c:type:`ca_descr` 24