summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJonathan Corbet2006-09-29 11:00:44 +0200
committerLinus Torvalds2006-09-29 18:18:16 +0200
commitcf3e43dbe0cc4a7ee7f6ab1bb5231dcfda164e02 (patch)
tree3eee5517c4d6fe86f8d153e07cbd2015dd66566d /Documentation
parent[PATCH] tty: make termios_sem a mutex (diff)
downloadkernel-qcow2-linux-cf3e43dbe0cc4a7ee7f6ab1bb5231dcfda164e02.tar.gz
kernel-qcow2-linux-cf3e43dbe0cc4a7ee7f6ab1bb5231dcfda164e02.tar.xz
kernel-qcow2-linux-cf3e43dbe0cc4a7ee7f6ab1bb5231dcfda164e02.zip
[PATCH] cdev documentation
Add some documentation comments for the cdev interface. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Cc: Rolf Eike Beer <eike-kernel@sf-tec.de> Acked-by: "Randy.Dunlap" <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/kernel-api.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl
index e7c99f8109e9..6d4b1ef5b6f1 100644
--- a/Documentation/DocBook/kernel-api.tmpl
+++ b/Documentation/DocBook/kernel-api.tmpl
@@ -454,6 +454,11 @@ X!Edrivers/pnp/system.c
!Eblock/ll_rw_blk.c
</chapter>
+ <chapter id="chrdev">
+ <title>Char devices</title>
+!Efs/char_dev.c
+ </chapter>
+
<chapter id="miscdev">
<title>Miscellaneous Devices</title>
!Edrivers/char/misc.c