diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-21 14:30:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-23 07:04:21 -0400 |
commit | d9d3d1761abecf72a8044762724fb04b5974a513 (patch) | |
tree | ec7e1b6133663ac60d51bec18f980d2fbb7a3959 /Documentation/media | |
parent | 041d8211a0cc414650c2ac4b2396e0fcda27e17e (diff) |
[media] doc-rst: document v4l2-dev.h
Add documentation for v4l2-dev.h, and put it at v4l2-framework.rst,
where struct video_device is currently documented.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/kapi/v4l2-framework.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/media/kapi/v4l2-framework.rst b/Documentation/media/kapi/v4l2-framework.rst index de341fc5b235..315388ef6593 100644 --- a/Documentation/media/kapi/v4l2-framework.rst +++ b/Documentation/media/kapi/v4l2-framework.rst | |||
@@ -699,3 +699,8 @@ methods. | |||
699 | 699 | ||
700 | It is expected that once the CCF becomes available on all relevant | 700 | It is expected that once the CCF becomes available on all relevant |
701 | architectures this API will be removed. | 701 | architectures this API will be removed. |
702 | |||
703 | video_device kAPI | ||
704 | ^^^^^^^^^^^^^^^^^ | ||
705 | |||
706 | .. kernel-doc:: include/media/v4l2-dev.h | ||