summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 18:05:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 18:05:42 +0000
commit0c7aab8d9f407762ea485fecca1423f880d44d33 (patch)
treedc72fd6a922f088656fc933423bb93a5faac8e55
parentNumerous minor changes required to transition to the latest version (diff)
downloadrtems-0c7aab8d9f407762ea485fecca1423f880d44d33.tar.bz2
Changed rtems_isr_level to rtems_interrupt_level per Chris Johns'
<ccj@acm.org> suggestion.
-rw-r--r--doc/user/intr.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/intr.t b/doc/user/intr.t
index aa2f0a3aff..9ce9c1f723 100644
--- a/doc/user/intr.t
+++ b/doc/user/intr.t
@@ -286,7 +286,7 @@ This directive will not cause the calling task to be preempted.
@c @findex rtems_interrupt_disable
@example
void rtems_interrupt_disable(
- rtems_isr_level level
+ rtems_interrupt_level level
);
/* this is implemented as a macro and sets level as a side-effect */
@@ -329,7 +329,7 @@ parameter.}
@c @findex rtems_interrupt_enable
@example
void rtems_interrupt_enable(
- rtems_isr_level level
+ rtems_interrupt_level level
);
@end example
@end ifset
@@ -369,7 +369,7 @@ This directive will not cause the calling task to be preempted.
@c @findex rtems_interrupt_flash
@example
void rtems_interrupt_flash(
- rtems_isr_level level
+ rtems_interrupt_level level
);
@end example
@end ifset