diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-31 14:14:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 09:49:34 -0300 |
commit | e0927092b6fd7e6ca5f5cf9e7d9e00a1a9563ca7 (patch) | |
tree | dfca3daa24483a963900ddf15e2761d30e45d126 /Documentation/media | |
parent | 302397d003606ef3584f80ce42ab3b0d23842684 (diff) | |
download | linux-stable-e0927092b6fd7e6ca5f5cf9e7d9e00a1a9563ca7.tar.gz linux-stable-e0927092b6fd7e6ca5f5cf9e7d9e00a1a9563ca7.tar.bz2 linux-stable-e0927092b6fd7e6ca5f5cf9e7d9e00a1a9563ca7.zip |
[media] ca-get-msg.rst: add a boilerplate for struct ca_msg
There are no descriptions at ca.h header for this struct.
Yet, as we want to get rid of the warnings, let's add a
boilerplate, with just the struct types and fields.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/uapi/dvb/ca-get-msg.rst | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/Documentation/media/uapi/dvb/ca-get-msg.rst b/Documentation/media/uapi/dvb/ca-get-msg.rst index 880995230909..03b2a602f02a 100644 --- a/Documentation/media/uapi/dvb/ca-get-msg.rst +++ b/Documentation/media/uapi/dvb/ca-get-msg.rst @@ -26,7 +26,38 @@ Arguments File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`. ``msg`` - Undocumented. + Pointer to struct :c:type:`ca_msg`. + + +.. c:type:: struct ca_msg + +.. flat-table:: struct ca_msg + :header-rows: 1 + :stub-columns: 0 + + - + - type + - name + - description + - + - unsigned int + - index + - + + - + - unsigned int + - type + - + + - + - unsigned int + - length + - + + - + - unsigned char + - msg[256] + - Description |