diff options
author | Keith Packard <keithp@keithp.com> | 2011-01-16 23:23:45 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-16 23:23:45 -0800 |
commit | cf550f9b96fa94d8db559e01df0e265bb1c7b572 (patch) | |
tree | 575d2dffa8b19bf6ab1fb4348965243f0a5d5f3e | |
parent | 4b71c4f4ed6cae23a7f4a2e7ae697da9ec614898 (diff) |
doc: Remove mention of ao_wake_task
This has been removed from the altos sources, so remove it from the
docs too.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | doc/altos.xsl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/altos.xsl b/doc/altos.xsl index 295864fe..37bb58da 100644 --- a/doc/altos.xsl +++ b/doc/altos.xsl @@ -386,17 +386,6 @@ </para> </section> <section> - <title>ao_wake_task</title> - <programlisting> - void - ao_wake_task(__xdata struct ao_task *task) - </programlisting> - <para> - Force a specific task to wake up, independent of which - 'wchan' it is waiting for. - </para> - </section> - <section> <title>ao_start_scheduler</title> <programlisting> void |