diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-10-26 17:17:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 20:32:41 -0400 |
commit | ee2f154a598e96df2ebb01648a7699373bc085c7 (patch) | |
tree | 30de15c8024271552a4fd5bf9fc813c0787ea91c /Documentation/DocBook | |
parent | 003bb8ab7cecbfd1830bbccf9c6a9e2047d27c5c (diff) |
docbook: add more wait/wake/completion to device-drivers docbook
Add more wait, wake, and completion interfaces to the device-drivers
docbook.
Fix kernel-doc notation in the added files.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/device-drivers.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index feca0758391e..22edcbb9ddaf 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl | |||
@@ -51,8 +51,13 @@ | |||
51 | <sect1><title>Delaying, scheduling, and timer routines</title> | 51 | <sect1><title>Delaying, scheduling, and timer routines</title> |
52 | !Iinclude/linux/sched.h | 52 | !Iinclude/linux/sched.h |
53 | !Ekernel/sched.c | 53 | !Ekernel/sched.c |
54 | !Iinclude/linux/completion.h | ||
54 | !Ekernel/timer.c | 55 | !Ekernel/timer.c |
55 | </sect1> | 56 | </sect1> |
57 | <sect1><title>Wait queues and Wake events</title> | ||
58 | !Iinclude/linux/wait.h | ||
59 | !Ekernel/wait.c | ||
60 | </sect1> | ||
56 | <sect1><title>High-resolution timers</title> | 61 | <sect1><title>High-resolution timers</title> |
57 | !Iinclude/linux/ktime.h | 62 | !Iinclude/linux/ktime.h |
58 | !Iinclude/linux/hrtimer.h | 63 | !Iinclude/linux/hrtimer.h |