summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/support/status_io.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-02 20:52:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-02 20:52:48 +0000
commitf3f06f79c34b82beb05532972f04e1bc1fcb7d2d (patch)
tree169f048f42ee4b378b817fe37d5ed2dd8c89a66c /c/src/ada-tests/support/status_io.ads
parentmodified copyright notice to be the same as RTEMS 4.0.0. (diff)
downloadrtems-f3f06f79c34b82beb05532972f04e1bc1fcb7d2d.tar.bz2
added new files from test area.
This code has successfully been used to run sp01.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/support/status_io.ads28
1 files changed, 28 insertions, 0 deletions
diff --git a/c/src/ada-tests/support/status_io.ads b/c/src/ada-tests/support/status_io.ads
new file mode 100644
index 0000000000..ada20ce31d
--- /dev/null
+++ b/c/src/ada-tests/support/status_io.ads
@@ -0,0 +1,28 @@
+--
+-- Status_IO / Specification
+--
+-- DESCRIPTION:
+--
+-- This package instantiates the IO routines necessary to
+-- perform IO on data of the type Status.CODES.
+--
+-- DEPENDENCIES:
+--
+--
+--
+-- COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+-- On-Line Applications Research Corporation (OAR).
+-- All rights assigned to U.S. Government, 1994.
+--
+-- This material may be reproduced by or for the U.S. Government pursuant
+-- to the copyright license under the clause at DFARS 252.227-7013. This
+-- notice must appear in all copies of this file and its derivatives.
+--
+-- status_io.ads,v 1.2 1995/05/31 16:28:20 joel Exp
+--
+
+with RTEMS;
+with Text_IO;
+
+package Status_IO is new Text_IO.Enumeration_IO( RTEMS.Status_Codes );
+