From a3a7527e1fa084ff34c3bc2858b0d2905c123467 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Mar 1998 13:04:02 +0000 Subject: Attempting to add variable so that in C all constants start with RTEMS_ and all directives start with rtems_. --- doc/user/intr.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/user/intr.t') diff --git a/doc/user/intr.t b/doc/user/intr.t index 1fadb2cda9..e5a4c3ea87 100644 --- a/doc/user/intr.t +++ b/doc/user/intr.t @@ -360,7 +360,7 @@ NONE This directive disables all maskable interrupts and returns the previous @code{level}. A later invocation of the -@code{rtems_interrupt_enable} directive should be used to +@code{interrupt_enable} directive should be used to restore the interrupt level. @subheading NOTES: @@ -403,9 +403,9 @@ NONE @subheading DESCRIPTION: This directive enables maskable interrupts to the @code{level} -which was returned by a previous call to @code{rtems_interrupt_disable}. +which was returned by a previous call to @code{interrupt_disable}. Immediately prior to invoking this directive, maskable interrupts should -be disabled by a call to @code{rtems_interrupt_disable} and will be enabled +be disabled by a call to @code{interrupt_disable} and will be enabled when this directive returns to the caller. @subheading NOTES: @@ -444,9 +444,9 @@ NONE @subheading DESCRIPTION: This directive temporarily enables maskable interrupts to the @code{level} -which was returned by a previous call to @code{rtems_interrupt_disable}. +which was returned by a previous call to @code{interrupt_disable}. Immediately prior to invoking this directive, maskable interrupts should -be disabled by a call to @code{rtems_interrupt_disable} and will be redisabled +be disabled by a call to @code{interrupt_disable} and will be redisabled when this directive returns to the caller. @subheading NOTES: -- cgit v1.2.3