Attempting to add variable so that in C all constants start with RTEMS_

and all directives start with rtems_.
This commit is contained in:
Joel Sherrill
1998-03-27 13:04:02 +00:00
parent 0ef0ff26fd
commit a3a7527e1f
9 changed files with 160 additions and 89 deletions

View File

@@ -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: