summaryrefslogtreecommitdiffstats
path: root/cpukit/ada
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 16:04:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 16:04:00 +0000
commit87e951a21def3fc4d95b577c8f30f708853bc16a (patch)
tree1a5c9d5d97d39e16cd83214dc2221f84946992ff /cpukit/ada
parentModifed to make the test run to completion. Primarily provided (diff)
downloadrtems-87e951a21def3fc4d95b577c8f30f708853bc16a.tar.bz2
Added RTEMS boolean constants.
Diffstat (limited to 'cpukit/ada')
-rw-r--r--cpukit/ada/rtems.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ada/rtems.ads b/cpukit/ada/rtems.ads
index 46d5fe4982..0af1e4b488 100644
--- a/cpukit/ada/rtems.ads
+++ b/cpukit/ada/rtems.ads
@@ -69,6 +69,9 @@ package RTEMS is
Null_Address : constant RTEMS.Address :=
System.Storage_Elements.To_Address(0);
+ True : constant RTEMS.Boolean := 1;
+ False : constant RTEMS.Boolean := 0;
+
-- More Types
--