summaryrefslogtreecommitdiffstats
path: root/cpukit/ada/rtems.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 18:07:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 18:07:30 +0000
commit6666ea88751280b7fe4bc54018cb247c4262841d (patch)
tree7852e3bcfc1fbc3891189dcf5f4f623e1784205f /cpukit/ada/rtems.ads
parentSwitched to proper types for booleans and increased the stack space (diff)
downloadrtems-6666ea88751280b7fe4bc54018cb247c4262841d.tar.bz2
Added True and False constants for RTEMS.Boolean types. This necessitated
making sure every True/False reference was fully qualified.
Diffstat (limited to 'cpukit/ada/rtems.ads')
-rw-r--r--cpukit/ada/rtems.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ada/rtems.ads b/cpukit/ada/rtems.ads
index 0af1e4b488..ce3151ad5b 100644
--- a/cpukit/ada/rtems.ads
+++ b/cpukit/ada/rtems.ads
@@ -781,6 +781,10 @@ package RTEMS is
Right : in RTEMS.Address
) return RTEMS.Unsigned32;
+ function Are_Equal (
+ Left : in RTEMS.Address;
+ Right : in RTEMS.Address
+ ) return Standard.Boolean;
--
-- RTEMS API
--