summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm01/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm01/system.h')
-rw-r--r--testsuites/tmtests/tm01/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm01/system.h b/testsuites/tmtests/tm01/system.h
index 156b16b55e..0f8ca0fd5c 100644
--- a/testsuites/tmtests/tm01/system.h
+++ b/testsuites/tmtests/tm01/system.h
@@ -22,6 +22,9 @@ rtems_task Init(
#include <timesys.h>
+rtems_name Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
+rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
+
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER