summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask01/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itrontask01/system.h')
-rw-r--r--testsuites/itrontests/itrontask01/system.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/testsuites/itrontests/itrontask01/system.h b/testsuites/itrontests/itrontask01/system.h
index 8a5b4ad378..7523bb5890 100644
--- a/testsuites/itrontests/itrontask01/system.h
+++ b/testsuites/itrontests/itrontask01/system.h
@@ -15,11 +15,11 @@
*/
#include <tmacros.h>
-#include <itron.h>
/* functions */
void ITRON_Init( void );
+void Task_2_through_4();
/* configuration information */
@@ -28,12 +28,11 @@ void ITRON_Init( void );
#define CONFIGURE_ITRON_INIT_TASK_TABLE
-#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
-
#include <confdefs.h>
/* global variables */
-TEST_EXTERN rtems_id Task_id[ 4 ]; /* array of task ids */
-
/* end of include file */
+
+
+