summaryrefslogtreecommitdiffstats
path: root/doc/user/intr.t
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:46:41 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:46:41 +0000
commit4ffbc495141dedadf3d0a9b0748c4176fd0acde0 (patch)
treec9a339022218fd5985125755c62cfdceec3067de /doc/user/intr.t
parentadded documentation to libi2c (diff)
downloadrtems-4ffbc495141dedadf3d0a9b0748c4176fd0acde0.tar.bz2
2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t, user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t, user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the Ada documentation to reflect the current binding.
Diffstat (limited to 'doc/user/intr.t')
-rw-r--r--doc/user/intr.t19
1 files changed, 5 insertions, 14 deletions
diff --git a/doc/user/intr.t b/doc/user/intr.t
index e9efbbd0c8..f3e19e8d72 100644
--- a/doc/user/intr.t
+++ b/doc/user/intr.t
@@ -1,5 +1,5 @@
@c
-@c COPYRIGHT (c) 1988-2002.
+@c COPYRIGHT (c) 1988-2007.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@@ -66,9 +66,7 @@ rtems_isr user_isr(
@ifset is-Ada
@example
-procedure User_ISR (
- vector : in RTEMS.Vector_Number
-);
+NOT SUPPORTED FROM Ada BINDING
@end example
@end ifset
@@ -261,12 +259,7 @@ rtems_status_code rtems_interrupt_catch(
@ifset is-Ada
@example
-procedure Interrupt_Catch (
- New_ISR_handler : in RTEMS.Address;
- Vector : in RTEMS.Vector_Number;
- Old_ISR_Handler : out RTEMS.Address;
- Result : out RTEMS.Status_Codes
-);
+NOT SUPPORTED FROM Ada BINDING
@end example
@end ifset
@@ -313,8 +306,7 @@ void rtems_interrupt_disable(
@ifset is-Ada
@example
-function Interrupt_Disable
-return RTEMS.ISR_Level;
+function Interrupt_Disable return RTEMS.ISR_Level;
@end example
@end ifset
@@ -446,8 +438,7 @@ rtems_boolean rtems_interrupt_is_in_progress( void );
@ifset is-Ada
@example
-function Interrupt_Is_In_Progress
-return RTEMS.Boolean;
+function Interrupt_Is_In_Progress return RTEMS.Boolean;
@end example
@end ifset