summaryrefslogtreecommitdiffstats
path: root/c/src/ada/rtems.ads
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-18 21:26:23 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-18 21:26:23 +0000
commit29948d482f6e24ae78533626181178ec7b2d8a0f (patch)
tree5c6e398807ebfcb92f99bd1625bb113af8a8ca3b /c/src/ada/rtems.ads
parent2007-10-18 Glenn Humphrey <glenn.humphrey@OARcorp.com> (diff)
downloadrtems-29948d482f6e24ae78533626181178ec7b2d8a0f.tar.bz2
2007-10-18 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* rtems.adb, rtems.ads: Added a missing binding.
Diffstat (limited to 'c/src/ada/rtems.ads')
-rw-r--r--c/src/ada/rtems.ads8
1 files changed, 7 insertions, 1 deletions
diff --git a/c/src/ada/rtems.ads b/c/src/ada/rtems.ads
index 42411e72f2..6ec65abc49 100644
--- a/c/src/ada/rtems.ads
+++ b/c/src/ada/rtems.ads
@@ -18,7 +18,7 @@
-- the file LICENSE in this distribution or at
-- http://www.rtems.com/license/LICENSE.
--
--- rtems.ads,v 1.19.2.2 2003/11/25 14:07:32 joel Exp
+-- $Id$
--
with System;
@@ -916,6 +916,12 @@ pragma Elaborate_Body (RTEMS);
Result : out RTEMS.Status_Codes
);
+ procedure Message_Queue_Get_Number_Pending (
+ ID : in RTEMS.ID;
+ Count : out RTEMS.Unsigned32;
+ Result : out RTEMS.Status_Codes
+ );
+
procedure Message_Queue_Flush (
ID : in RTEMS.ID;
Count : out RTEMS.Unsigned32;