summaryrefslogtreecommitdiffstats
path: root/doc/user/intr.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-02 16:18:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-02 16:18:26 +0000
commit87ed029c79514f1417fa42a1a3bda6c3716654f4 (patch)
tree35f31e44574cbbad4129c9f90200de60f5f9b19c /doc/user/intr.t
parentAdded copy of HELP.html. (diff)
downloadrtems-87ed029c79514f1417fa42a1a3bda6c3716654f4.tar.bz2
Added "findex" for all directive pages but it turns out that this
blows up both makeinfo and texi2dvi. So I have commented them out.
Diffstat (limited to 'doc/user/intr.t')
-rw-r--r--doc/user/intr.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/intr.t b/doc/user/intr.t
index 4f94d320eb..74fbf7af6b 100644
--- a/doc/user/intr.t
+++ b/doc/user/intr.t
@@ -231,6 +231,7 @@ constants, usage, and status codes.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_interrupt_catch
@example
rtems_status_code rtems_interrupt_catch(
rtems_isr_entry new_isr_handler,
@@ -274,6 +275,7 @@ This directive will not cause the calling task to be preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_interrupt_disable
@example
void rtems_interrupt_disable(
rtems_isr_level level
@@ -314,6 +316,7 @@ parameter.}
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_interrupt_enable
@example
void rtems_interrupt_enable(
rtems_isr_level level
@@ -353,6 +356,7 @@ This directive will not cause the calling task to be preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_interrupt_flash
@example
void rtems_interrupt_flash(
rtems_isr_level level
@@ -391,6 +395,7 @@ This directive will not cause the calling task to be preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_interrupt_is_in_progress
@example
rtems_boolean rtems_interrupt_is_in_progress( void );
@end example