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/sp67/init.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testsuites/sptests/sp67/init.c') diff --git a/testsuites/sptests/sp67/init.c b/testsuites/sptests/sp67/init.c index 6a8fdea341..60f6c7bc39 100644 --- a/testsuites/sptests/sp67/init.c +++ b/testsuites/sptests/sp67/init.c @@ -16,6 +16,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 +); + /* * We have to extern this rather than use __RTEMS_VIOLATE_KERNEL_VISIBILITY__ * because this variable isn't actually in any .h. -- cgit v1.2.3