summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical11/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spintrcritical11/init.c')
-rw-r--r--testsuites/sptests/spintrcritical11/init.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/sptests/spintrcritical11/init.c b/testsuites/sptests/spintrcritical11/init.c
index 4ade156e89..78226f32b3 100644
--- a/testsuites/sptests/spintrcritical11/init.c
+++ b/testsuites/sptests/spintrcritical11/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -14,6 +14,10 @@
#include <tmacros.h>
#include <intrcritical.h>
+/* forward declarations to avoid warnings */
+rtems_task Init(rtems_task_argument argument);
+rtems_timer_service_routine test_release_from_isr(rtems_id timer, void *arg);
+
rtems_id Main_task;
#if defined(EVENT_ANY)