summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask02/system.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/itrontests/itrontask02/system.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/itrontests/itrontask02/system.h b/testsuites/itrontests/itrontask02/system.h
index daad15c340..f9358a9517 100644
--- a/testsuites/itrontests/itrontask02/system.h
+++ b/testsuites/itrontests/itrontask02/system.h
@@ -20,7 +20,8 @@
/* functions */
void ITRON_Init( void );
-void Preempt_task();
+void Dormant_task();
+void Non_Dormant_task();
/* configuration information */
@@ -31,7 +32,8 @@ void Preempt_task();
/* global variables */
-#define PREEMPT_TASK_ID 2
+#define DORMANT_TASK_ID 2
+#define NON_DORMANT_TASK_ID 3
TEST_EXTERN rtems_id Global_variable; /* example global variable */