summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/support/test_support.ads
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/support/test_support.ads')
-rw-r--r--c/src/ada-tests/support/test_support.ads16
1 files changed, 15 insertions, 1 deletions
diff --git a/c/src/ada-tests/support/test_support.ads b/c/src/ada-tests/support/test_support.ads
index 8122c13f61..d063a7b28d 100644
--- a/c/src/ada-tests/support/test_support.ads
+++ b/c/src/ada-tests/support/test_support.ads
@@ -10,7 +10,7 @@
--
--
--
--- COPYRIGHT (c) 1989-1997.
+-- COPYRIGHT (c) 1989-2007.
-- On-Line Applications Research Corporation (OAR).
--
-- The license and distribution terms for this file may in
@@ -168,6 +168,20 @@ package Test_Support is
return RTEMS.Unsigned32;
--
+-- Return the size of the RTEMS Workspace
+--
+
+ function Work_Space_Size
+ return RTEMS.Unsigned32;
+
+--
+-- Return an indication of whether multiprocessing is configured
+--
+
+ function Is_Configured_Multiprocessing
+ return Boolean;
+
+--
-- Node is the node number in a multiprocessor configuration
--