summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spintrcritical01/init.c')
-rw-r--r--testsuites/sptests/spintrcritical01/init.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/sptests/spintrcritical01/init.c b/testsuites/sptests/spintrcritical01/init.c
index 6276c9bc81..7859a14a0e 100644
--- a/testsuites/sptests/spintrcritical01/init.c
+++ b/testsuites/sptests/spintrcritical01/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -15,6 +15,11 @@
#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);
+Thread_blocking_operation_States getState(void);
+
#if defined(FIFO_NO_TIMEOUT)
#define TEST_NAME "01"
#define TEST_STRING "FIFO/Without Timeout"