From 8d4f9d241cdbd71a882a852c6e9285de279c0f87 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sun, 18 Jan 2009 13:00:12 +0100 Subject: v4l2spec: add version 0.24 of the spec From: Hans Verkuil Priority: normal Signed-off-by: Hans Verkuil --- v4l2-spec/TEMPLATES | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 v4l2-spec/TEMPLATES (limited to 'v4l2-spec/TEMPLATES') diff --git a/v4l2-spec/TEMPLATES b/v4l2-spec/TEMPLATES new file mode 100644 index 000000000..31aa64289 --- /dev/null +++ b/v4l2-spec/TEMPLATES @@ -0,0 +1,90 @@ +These are templates for various tables. Happy copy-and-pasting! + +cs-str; are colspecs for a struct table +cs-ustr; are colspecs for a struct table with substructs (four columns) +cs-def; are colspecs for a defines or enums table + + + struct <structname>v4l2_</structname> + + &cs-str; + + + + + + + + +
+ + + struct <structname>v4l2_</structname> + + &cs-ustr; + + + type + name + + descr + + + + type + name + descr + + + +
+ + + enum v4l2_ + + &cs-def; + + + + 1 + + + + +
+ + + Flags + + &cs-def; + + + V4L2_ + 0x + + + + +
+ +
+ Banana Example + + + + + + A banana + + +
+ +For EMACS, put that at the end of each sgml file. + + -- cgit v1.2.3