forked from Imagelibrary/rtems
sptests - Eliminate missing prototype warnings
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
/* Odd Id Cases where API configured but No Threads
|
||||
* + Possibly Valid Id passed to directive
|
||||
/**
|
||||
* @@file
|
||||
*
|
||||
* COPYRIGHT (c) 1989-2011.
|
||||
* Odd Id Cases where API configured but No Threads
|
||||
* + Possibly Valid Id passed to directive
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2012.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -15,6 +20,9 @@
|
||||
|
||||
#include <tmacros.h>
|
||||
|
||||
/* forward declarations to avoid warnings */
|
||||
rtems_task Init(rtems_task_argument argument);
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument ignored
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user