samples - Eliminate missing prototype warnings

This commit is contained in:
Joel Sherrill
2012-05-31 10:06:16 -05:00
parent 3c8eda77b9
commit 5f0cd3499c
13 changed files with 65 additions and 124 deletions
+10 -2
View File
@@ -1,6 +1,11 @@
/* Minimum Size Application Initialization
/**
* @file
*
* COPYRIGHT (c) 1989-2008.
* Minimum Size Application Initialization
*/
/*
* COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -17,6 +22,9 @@
#include <bsp.h>
#include <rtems/score/thread.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
rtems_task Init(
rtems_task_argument ignored
)