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/sp21/init.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'testsuites/sptests/sp21/init.c') diff --git a/testsuites/sptests/sp21/init.c b/testsuites/sptests/sp21/init.c index fefbfbc22c..84daaaddb5 100644 --- a/testsuites/sptests/sp21/init.c +++ b/testsuites/sptests/sp21/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2010. + * COPYRIGHT (c) 1989-2012. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -16,6 +16,12 @@ #include #include +/* forward declarations to avoid warnings */ +rtems_task Init(rtems_task_argument argument); +void do_test_io_manager(void); +void do_test_io_lookup_name(void); +void do_test_zero_driver(void); + #define PRIurtems_device_major_number PRIu32 #define STUB_DRIVER_MAJOR 0x2 -- cgit v1.2.3