summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 22:18:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 22:18:54 +0000
commitf94917d7f856ceb3f53b36703d34da8cf35aea22 (patch)
tree91e86269cd097a574f1f1b23452835c32b77f68a /c/src/ada-tests
parentChanged RTEMS.Boolean to Standard.Boolean to avoid typing problems. (diff)
downloadrtems-f94917d7f856ceb3f53b36703d34da8cf35aea22.tar.bz2
Replaced prototype for Last_Task which was accidentally removed when
the Configuration Tables were deleted from the Ada specification.
Diffstat (limited to 'c/src/ada-tests')
-rw-r--r--c/src/ada-tests/tmtests/tm17/tmtest.ads14
1 files changed, 14 insertions, 0 deletions
diff --git a/c/src/ada-tests/tmtests/tm17/tmtest.ads b/c/src/ada-tests/tmtests/tm17/tmtest.ads
index 6edfdc4ec8..e63a76fc62 100644
--- a/c/src/ada-tests/tmtests/tm17/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm17/tmtest.ads
@@ -92,4 +92,18 @@ package TMTEST is
ARGUMENT : in RTEMS.TASK_ARGUMENT
);
+--
+-- LAST_TASK
+--
+-- DESCRIPTION:
+--
+-- This RTEMS task is the last task to execute in the system. It
+-- stops the timer and reports the execution time of a preemptive
+-- TASK_SET_PRIORITY.
+--
+
+ procedure LAST_TASK (
+ ARGUMENT : in RTEMS.TASK_ARGUMENT
+ );
+
end TMTEST;