summaryrefslogtreecommitdiffstats
path: root/c/src/ada/rtems.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-07 16:17:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-07 16:17:41 +0000
commit1e3e81fdb69fc820576a3d088e4afae7b049a76f (patch)
treed072d0324c330d8b312d350cd9ac6f28f6b0d96d /c/src/ada/rtems.ads
parentRemoved targets and configurations that are no longer functional (diff)
downloadrtems-1e3e81fdb69fc820576a3d088e4afae7b049a76f.tar.bz2
Added Is_Suspended method.
Diffstat (limited to '')
-rw-r--r--c/src/ada/rtems.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/ada/rtems.ads b/c/src/ada/rtems.ads
index 508f24046f..6c8ce3e5d4 100644
--- a/c/src/ada/rtems.ads
+++ b/c/src/ada/rtems.ads
@@ -864,6 +864,11 @@ package RTEMS is
Result : out RTEMS.Status_Codes
);
+ procedure Task_Is_Suspended (
+ ID : in RTEMS.ID;
+ Result : out RTEMS.Status_Codes
+ );
+
procedure Task_Set_Priority (
ID : in RTEMS.ID;
New_Priority : in RTEMS.Task_Priority;