diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-06-25 08:49:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:24 -0400 |
commit | b0ef371e3f9fa3b2571058be366a6780827ec0bf (patch) | |
tree | fbb46d62e8267b364ab420228b764220b709524f /Documentation/DocBook/kernel-api.tmpl | |
parent | e905914f96e11862b130dd229f73045dad9a34e8 (diff) |
[PATCH] DMI: cleanup kernel-doc, add to DocBook
Add DMI interface functions to a new Firmware Interfaces chapter in the
kernel-api DocBook. Clean up kernel-doc in drivers/firmware/dmi_scan.c.
Signed-off-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 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 82d0cdcabc31..5a4abe0d5165 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -304,12 +304,13 @@ X!Ekernel/module.c | |||
304 | <sect1><title>MTRR Handling</title> | 304 | <sect1><title>MTRR Handling</title> |
305 | !Earch/i386/kernel/cpu/mtrr/main.c | 305 | !Earch/i386/kernel/cpu/mtrr/main.c |
306 | </sect1> | 306 | </sect1> |
307 | |||
307 | <sect1><title>PCI Support Library</title> | 308 | <sect1><title>PCI Support Library</title> |
308 | !Edrivers/pci/pci.c | 309 | !Edrivers/pci/pci.c |
309 | !Edrivers/pci/pci-driver.c | 310 | !Edrivers/pci/pci-driver.c |
310 | !Edrivers/pci/remove.c | 311 | !Edrivers/pci/remove.c |
311 | !Edrivers/pci/pci-acpi.c | 312 | !Edrivers/pci/pci-acpi.c |
312 | <!-- kerneldoc does not understand to __devinit | 313 | <!-- kerneldoc does not understand __devinit |
313 | X!Edrivers/pci/search.c | 314 | X!Edrivers/pci/search.c |
314 | --> | 315 | --> |
315 | !Edrivers/pci/msi.c | 316 | !Edrivers/pci/msi.c |
@@ -338,6 +339,13 @@ X!Earch/i386/kernel/mca.c | |||
338 | </sect1> | 339 | </sect1> |
339 | </chapter> | 340 | </chapter> |
340 | 341 | ||
342 | <chapter id="firmware"> | ||
343 | <title>Firmware Interfaces</title> | ||
344 | <sect1><title>DMI Interfaces</title> | ||
345 | !Edrivers/firmware/dmi_scan.c | ||
346 | </sect1> | ||
347 | </chapter> | ||
348 | |||
341 | <chapter id="devfs"> | 349 | <chapter id="devfs"> |
342 | <title>The Device File System</title> | 350 | <title>The Device File System</title> |
343 | !Efs/devfs/base.c | 351 | !Efs/devfs/base.c |