mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 15:19:51 +00:00
54f38fcae5
Since 2017, there is an space reserved for userspace API, created by changeset 1d596dee3862 ("docs: Create a user-space API guide"). As the media subsystem was one of the first subsystems to use Sphinx, until this patch, we were keeping things on a separate place. Let's just use the new location, as having all uAPI altogether will likely make things easier for developers. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
26 lines
919 B
Plaintext
26 lines
919 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Ignore header name
|
|
ignore define _DVBCA_H_
|
|
|
|
# struct ca_slot_info defines
|
|
replace define CA_CI :c:type:`ca_slot_info`
|
|
replace define CA_CI_LINK :c:type:`ca_slot_info`
|
|
replace define CA_CI_PHYS :c:type:`ca_slot_info`
|
|
replace define CA_DESCR :c:type:`ca_slot_info`
|
|
replace define CA_SC :c:type:`ca_slot_info`
|
|
replace define CA_CI_MODULE_PRESENT :c:type:`ca_slot_info`
|
|
replace define CA_CI_MODULE_READY :c:type:`ca_slot_info`
|
|
|
|
# struct ca_descr_info defines
|
|
replace define CA_ECD :c:type:`ca_descr_info`
|
|
replace define CA_NDS :c:type:`ca_descr_info`
|
|
replace define CA_DSS :c:type:`ca_descr_info`
|
|
|
|
# some typedefs should point to struct/enums
|
|
replace typedef ca_slot_info_t :c:type:`ca_slot_info`
|
|
replace typedef ca_descr_info_t :c:type:`ca_descr_info`
|
|
replace typedef ca_caps_t :c:type:`ca_caps`
|
|
replace typedef ca_msg_t :c:type:`ca_msg`
|
|
replace typedef ca_descr_t :c:type:`ca_descr`
|