From 3c8eda77b91589f2829765666c5daad3a582537b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 12 May 2012 11:01:26 -0500 Subject: sptests - Eliminate missing prototype warnings --- testsuites/sptests/sp52/init.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testsuites/sptests/sp52/init.c') 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 +/* 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; -- cgit v1.2.3