summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmck
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-12-09 17:17:31 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-09 19:55:35 -0600
commit371f32f48e7a1491451ec137e32d5c19f1fbd976 (patch)
tree57c0db5a5a6da69890374e57574bb7cbff6e4e51 /testsuites/tmtests/tmck
parentMerge branch 'master' into am (diff)
downloadrtems-371f32f48e7a1491451ec137e32d5c19f1fbd976.tar.bz2
tmtests: refactored timesys.h, removed declarations
Diffstat (limited to 'testsuites/tmtests/tmck')
-rw-r--r--testsuites/tmtests/tmck/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/tmtests/tmck/system.h b/testsuites/tmtests/tmck/system.h
index 33d4fdb96e..58a631aa1e 100644
--- a/testsuites/tmtests/tmck/system.h
+++ b/testsuites/tmtests/tmck/system.h
@@ -22,6 +22,8 @@ rtems_task Init(
#include <timesys.h>
+rtems_name Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
+
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER