summaryrefslogtreecommitdiffstats
path: root/rtems-test-template/sptest_operation_from_tsr/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-test-template/sptest_operation_from_tsr/init.c')
-rw-r--r--rtems-test-template/sptest_operation_from_tsr/init.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/rtems-test-template/sptest_operation_from_tsr/init.c b/rtems-test-template/sptest_operation_from_tsr/init.c
index 1256fe4..fe853b1 100644
--- a/rtems-test-template/sptest_operation_from_tsr/init.c
+++ b/rtems-test-template/sptest_operation_from_tsr/init.c
@@ -1,16 +1,21 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <tmacros.h>
+/* forward declarations to avoid warnings */
+rtems_task Init(rtems_task_argument argument);
+rtems_timer_service_routine test_operation_from_isr(
+ rtems_id timer,
+ void *arg
+);
+
volatile bool operation_performed_from_tsr;
rtems_timer_service_routine test_operation_from_isr(