Replaced prototype for Last_Task which was accidentally removed when

the Configuration Tables were deleted from the Ada specification.
This commit is contained in:
Joel Sherrill
1997-06-03 22:18:54 +00:00
parent 4606374097
commit f94917d7f8

View File

@@ -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;