summaryrefslogtreecommitdiffstats
path: root/c/src/ada/rtems.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-01 22:57:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-01 22:57:52 +0000
commitf10fe707317bdb6ad35e1ab0624ed17bda73a8c9 (patch)
tree022de5fc6a8920c6f44f24e9e663ea4993da7183 /c/src/ada/rtems.ads
parentRemove (obsolete). (diff)
downloadrtems-f10fe707317bdb6ad35e1ab0624ed17bda73a8c9.tar.bz2
2007-10-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems.adb, rtems.ads: Most of single processor Ada tests now build. Some run.
Diffstat (limited to 'c/src/ada/rtems.ads')
-rw-r--r--c/src/ada/rtems.ads7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/ada/rtems.ads b/c/src/ada/rtems.ads
index 9bff212fef..a13ccee0a9 100644
--- a/c/src/ada/rtems.ads
+++ b/c/src/ada/rtems.ads
@@ -617,6 +617,13 @@ pragma Elaborate_Body (RTEMS);
--
--
+ -- Initialization Manager -- Shutdown Only
+ --
+ procedure Shutdown_Executive (
+ Status : in RTEMS.Unsigned32
+ );
+
+ --
-- Task Manager
--