2007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>

* user/rtmon.t: Fix report output.

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.
This commit is contained in:
Glenn Humphrey
2007-10-26 21:34:57 +00:00
parent c4215bad1f
commit 1b03eed0e5
13 changed files with 99 additions and 152 deletions

View File

@@ -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
@@ -208,10 +208,7 @@ void rtems_initialize_executive(
@ifset is-Ada
@example
procedure Initialize_Executive (
Configuration_Table : in RTEMS.Configuration_Table_Pointer;
CPU_Table : in RTEMS.CPU_Table_Pointer
);
NOT SUPPORTED FROM Ada BINDING
@end example
@end ifset
@@ -274,11 +271,7 @@ rtems_interrupt_level rtems_initialize_executive_early(
@ifset is-Ada
@example
procedure Initialize_Executive_Early(
Configuration_Table : in RTEMS.Configuration_Table_Pointer;
CPU_Table : in RTEMS.Cpu_Table;
Level : out RTEMS.ISR_Level
);
NOT SUPPORTED FROM Ada BINDING
@end example
@end ifset
@@ -321,9 +314,7 @@ initialization sequences:
@ifset is-C
@findex rtems_initialize_executive_late
@example
void rtems_initialize_executive_late(
rtems_interrupt_level bsp_level
);
NOT SUPPORTED FROM Ada BINDING
@end example
@end ifset
@@ -390,7 +381,7 @@ void rtems_shutdown_executive(
@ifset is-Ada
@example
procedure Shutdown_Executive(
result : in RTEMS.Unsigned32
Status : in RTEMS.Unsigned32
);
@end example
@end ifset