diff options
| author | Jonathan Corbet <corbet@lwn.net> | 2006-09-29 05:00:44 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 12:18:16 -0400 |
| commit | cf3e43dbe0cc4a7ee7f6ab1bb5231dcfda164e02 (patch) | |
| tree | 3eee5517c4d6fe86f8d153e07cbd2015dd66566d /Documentation/DocBook/kernel-api.tmpl | |
| parent | 5785c95baede8459d70c4aa0f7becb6e8b5fde4b (diff) | |
[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/DocBook/kernel-api.tmpl')
| -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 e7c99f8109..6d4b1ef5b6 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
| @@ -454,6 +454,11 @@ X!Edrivers/pnp/system.c | |||
| 454 | !Eblock/ll_rw_blk.c | 454 | !Eblock/ll_rw_blk.c |
| 455 | </chapter> | 455 | </chapter> |
| 456 | 456 | ||
| 457 | <chapter id="chrdev"> | ||
| 458 | <title>Char devices</title> | ||
| 459 | !Efs/char_dev.c | ||
| 460 | </chapter> | ||
| 461 | |||
| 457 | <chapter id="miscdev"> | 462 | <chapter id="miscdev"> |
| 458 | <title>Miscellaneous Devices</title> | 463 | <title>Miscellaneous Devices</title> |
| 459 | !Edrivers/char/misc.c | 464 | !Edrivers/char/misc.c |
