summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp52/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp52/init.c')
-rw-r--r--testsuites/sptests/sp52/init.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/sptests/sp52/init.c b/testsuites/sptests/sp52/init.c
index 71a280f38d..b95fdce981 100644
--- a/testsuites/sptests/sp52/init.c
+++ b/testsuites/sptests/sp52/init.c
@@ -27,6 +27,13 @@
#include <tmacros.h>
+/* forward declarations to avoid warnings */
+rtems_task Init(rtems_task_argument argument);
+rtems_timer_service_routine TIMER_service_routine(
+ rtems_id ignored_id,
+ void *user_data
+);
+
#define INITIAL_SECOND 10
volatile bool _timer_passage = FALSE;