diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-07 07:51:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-07 08:20:42 -0300 |
commit | 34fb803092222d22073a6eed2fd7a7f7d2cda484 (patch) | |
tree | 48eae8f8ba80b8d197f0304912e7c2a861281f60 /Documentation/linux_tv/ca.h.rst.exceptions | |
parent | 8a6199c6b24cdd5e7d2c9a9e3ed8fd0677012ff9 (diff) | |
download | lwn-34fb803092222d22073a6eed2fd7a7f7d2cda484.tar.gz lwn-34fb803092222d22073a6eed2fd7a7f7d2cda484.zip |
doc-rst: auto-generate ca.h.rst
This file comes from the uAPI definition header, and
should be auto-generated, to be in sync with Kernel changes.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/linux_tv/ca.h.rst.exceptions')
-rw-r--r-- | Documentation/linux_tv/ca.h.rst.exceptions | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/linux_tv/ca.h.rst.exceptions b/Documentation/linux_tv/ca.h.rst.exceptions new file mode 100644 index 000000000000..09c13be67527 --- /dev/null +++ b/Documentation/linux_tv/ca.h.rst.exceptions @@ -0,0 +1,24 @@ +# Ignore header name +ignore define _DVBCA_H_ + +# struct ca_slot_info defines +replace define CA_CI ca-slot-info +replace define CA_CI_LINK ca-slot-info +replace define CA_CI_PHYS ca-slot-info +replace define CA_DESCR ca-slot-info +replace define CA_SC ca-slot-info +replace define CA_CI_MODULE_PRESENT ca-slot-info +replace define CA_CI_MODULE_READY ca-slot-info + +# struct ca_descr_info defines +replace define CA_ECD ca-descr-info +replace define CA_NDS ca-descr-info +replace define CA_DSS ca-descr-info + +# some typedefs should point to struct/enums +replace typedef ca_pid_t ca-pid +replace typedef ca_slot_info_t ca-slot-info +replace typedef ca_descr_info_t ca-descr-info +replace typedef ca_caps_t ca-caps +replace typedef ca_msg_t ca-msg +replace typedef ca_descr_t ca-descr |