diff options
author | Jonathan Corbet <corbet@lwn.net> | 2006-09-29 02:00:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 09:18:16 -0700 |
commit | cf3e43dbe0cc4a7ee7f6ab1bb5231dcfda164e02 (patch) | |
tree | 3eee5517c4d6fe86f8d153e07cbd2015dd66566d /Documentation | |
parent | 5785c95baede8459d70c4aa0f7becb6e8b5fde4b (diff) | |
download | linux-3.10-cf3e43dbe0cc4a7ee7f6ab1bb5231dcfda164e02.tar.gz linux-3.10-cf3e43dbe0cc4a7ee7f6ab1bb5231dcfda164e02.tar.bz2 linux-3.10-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.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index e7c99f8109e..6d4b1ef5b6f 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 |